Searched refs:new_dirid (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dioctl.c239 u64 new_dirid = BTRFS_FIRST_FREE_OBJECTID; local
299 btrfs_set_root_dirid(&root_item, new_dirid);
315 ret = btrfs_create_subvol_root(trans, new_root, new_dirid,
H A Dinode.c5993 u64 new_dirid, u64 alloc_hint)
5999 inode = btrfs_new_inode(trans, new_root, NULL, "..", 2, new_dirid,
6000 new_dirid, alloc_hint, S_IFDIR | 0700, &index);
5991 btrfs_create_subvol_root(struct btrfs_trans_handle *trans, struct btrfs_root *new_root, u64 new_dirid, u64 alloc_hint) argument
H A Dctree.h2383 u64 new_dirid, u64 alloc_hint);

Completed in 79 milliseconds