Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dexport.c239 struct btrfs_root_ref *rref; in btrfs_get_name() local
279 rref = btrfs_item_ptr(leaf, path->slots[0], in btrfs_get_name()
281 name_ptr = (unsigned long)(rref + 1); in btrfs_get_name()
282 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_get_name()
H A Dioctl.c1744 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user()
1855 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
1856 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) in btrfs_search_path_in_tree_user()
1959 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info()
2034 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2035 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_ioctl_get_subvol_info()
2036 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info()
2038 item_off = btrfs_item_ptr_offset(leaf, slot) + sizeof(*rref); in btrfs_ioctl_get_subvol_info()
2126 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref()
2180 rref in btrfs_ioctl_snap_destroy()
1738 struct btrfs_root_ref *rref; btrfs_search_path_in_tree_user() local
1956 struct btrfs_root_ref *rref; btrfs_ioctl_get_subvol_info() local
2072 struct btrfs_root_ref *rref; btrfs_ioctl_get_subvol_rootref() local
[all...]