struct llist_header children;
struct llist_header siblings;
struct v_superblock* super_block;
+ uint32_t ref_count;
struct
{
void (*destruct)(struct v_dnode* dnode);
void
vfs_i_free(struct v_inode* inode);
+int
+vfs_dup_fd(struct v_fd* old, struct v_fd** new);
+
void
pcache_init(struct pcache* pcache);