Home
last modified time | relevance | path

Searched refs:dir_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dsuper.c854 u64 dir_id; in get_default_root() local
878 dir_id = btrfs_super_root_dir(fs_info->super_copy); in get_default_root()
879 di = btrfs_lookup_dir_item(NULL, root, path, dir_id, "default", 7, 0); in get_default_root()
891 dir_id = BTRFS_FIRST_FREE_OBJECTID; in get_default_root()
913 dir_id = btrfs_root_dirid(&new_root->root_item); in get_default_root()
915 location.objectid = dir_id; in get_default_root()
Dioctl.c1858 u64 dir_id; in may_destroy_subvol() local
1866 dir_id = btrfs_super_root_dir(root->fs_info->super_copy); in may_destroy_subvol()
1868 dir_id, "default", 7, 0); in may_destroy_subvol()
3912 u64 dir_id; in btrfs_ioctl_default_subvol() local
3954 dir_id = btrfs_super_root_dir(root->fs_info->super_copy); in btrfs_ioctl_default_subvol()
3956 dir_id, "default", 7, 1); in btrfs_ioctl_default_subvol()
/linux-4.1.27/fs/reiserfs/
Dinode.c1672 u32 objectid, u32 dir_id, u32 generation) in reiserfs_get_dentry() argument
1679 key.on_disk_key.k_dir_id = dir_id; in reiserfs_get_dentry()