Home
last modified time | relevance | path

Searched refs:treeid (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dbtrfs.h494 __u64 treeid; member
504 __u64 treeid; member
869 __u64 treeid; member
929 __u64 treeid; member
/linux/fs/btrfs/
H A Dioctl.c88 __u64 treeid; member
1735 u64 treeid = btrfs_root_id(BTRFS_I(inode)->root); in btrfs_search_path_in_tree_user() local
1762 root = btrfs_get_fs_root(fs_info, treeid, true); in btrfs_search_path_in_tree_user()
1835 key.objectid = treeid; in btrfs_search_path_in_tree_user()
1837 key.offset = args->treeid; in btrfs_search_path_in_tree_user()
1882 if (args->treeid == 0) in btrfs_ioctl_ino_lookup()
1883 args->treeid = btrfs_root_id(root); in btrfs_ioctl_ino_lookup()
1898 root = btrfs_get_fs_root(root->fs_info, args->treeid, true); in btrfs_ioctl_ino_lookup()
1984 subvol_info->treeid = key.objectid; in _btrfs_ioctl_get_subvol_info()
2032 if (key.objectid == subvol_info->treeid && in _btrfs_ioctl_get_subvol_info()
[all …]