Home
last modified time | relevance | path

Searched refs:rref (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dexport.c209 struct btrfs_root_ref *rref; in btrfs_get_name() local
253 rref = btrfs_item_ptr(leaf, path->slots[0], in btrfs_get_name()
255 name_ptr = (unsigned long)(rref + 1); in btrfs_get_name()
256 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_get_name()
H A Dioctl.c2483 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() local
2622 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2623 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) { in btrfs_search_path_in_tree_user()
2735 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() local
2817 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2818 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info()
2852 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() local
2910 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
2913 btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_rootref()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dexport.c222 struct btrfs_root_ref *rref; in btrfs_get_name() local
265 rref = btrfs_item_ptr(leaf, path->slots[0], in btrfs_get_name()
267 name_ptr = (unsigned long)(rref + 1); in btrfs_get_name()
268 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_get_name()
H A Dioctl.c1898 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() local
2031 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2032 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) { in btrfs_search_path_in_tree_user()
2141 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() local
2221 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2222 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info()
2257 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() local
2311 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
2314 btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_rootref()

Completed in 12 milliseconds