Searched refs:rref (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | export.c | 209 struct btrfs_root_ref *rref; in btrfs_get_name() local 252 rref = btrfs_item_ptr(leaf, path->slots[0], in btrfs_get_name() 254 name_ptr = (unsigned long)(rref + 1); in btrfs_get_name() 255 name_len = btrfs_root_ref_name_len(leaf, rref); in btrfs_get_name()
|
D | ioctl.c | 2776 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() local 2903 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2904 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) { in btrfs_search_path_in_tree_user() 3013 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() local 3093 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 3094 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info() 3129 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() local 3183 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref() 3186 btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_rootref()
|