Searched refs:new_dirid (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/btrfs/ |
D | ioctl.c | 329 u64 new_dirid = BTRFS_FIRST_FREE_OBJECTID; in create_subvol() local 400 btrfs_set_root_dirid(&root_item, new_dirid); in create_subvol() 416 ret = btrfs_create_subvol_root(trans, new_root, new_dirid, in create_subvol()
|
D | inode.c | 6720 u64 new_dirid, u64 alloc_hint) in btrfs_create_subvol_root() argument 6726 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2, new_dirid, in btrfs_create_subvol_root() 6727 new_dirid, alloc_hint, S_IFDIR | 0700, &index); in btrfs_create_subvol_root()
|
D | ctree.h | 2513 u64 new_dirid, u64 alloc_hint);
|