Searched refs:rref (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/btrfs/ |
| H A D | export.c | 233 struct btrfs_root_ref *rref; in btrfs_get_name() local 273 rref = btrfs_item_ptr(leaf, path->slots[0], in btrfs_get_name() 275 name_ptr = (unsigned long)(rref + 1); in btrfs_get_name() 276 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_get_name()
|
| H A D | ioctl.c | 1829 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() local 1963 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1964 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) { in btrfs_search_path_in_tree_user() 2073 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() local 2153 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2154 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info() 2189 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() local 2243 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref() 2246 btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_rootref()
|