#define VFS_WALK_MKPARENT 0x1
#define VFS_WALK_FSRELATIVE 0x2
#define VFS_WALK_PARENT 0x4
#define VFS_WALK_MKPARENT 0x1
#define VFS_WALK_FSRELATIVE 0x2
#define VFS_WALK_PARENT 0x4
int (*rmdir)(struct v_inode* this);
int (*unlink)(struct v_inode* this);
int (*link)(struct v_inode* this, struct v_dnode* new_name);
int (*rmdir)(struct v_inode* this);
int (*unlink)(struct v_inode* this);
int (*link)(struct v_inode* this, struct v_dnode* new_name);