rref              232 fs/btrfs/export.c 	struct btrfs_root_ref *rref;
rref              276 fs/btrfs/export.c 		rref = btrfs_item_ptr(leaf, path->slots[0],
rref              278 fs/btrfs/export.c 		name_ptr = (unsigned long)(rref + 1);
rref              279 fs/btrfs/export.c 		name_len = btrfs_root_ref_name_len(leaf, rref);
rref             2386 fs/btrfs/ioctl.c 	struct btrfs_root_ref *rref;
rref             2521 fs/btrfs/ioctl.c 	rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
rref             2522 fs/btrfs/ioctl.c 	if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) {
rref             2632 fs/btrfs/ioctl.c 	struct btrfs_root_ref *rref;
rref             2718 fs/btrfs/ioctl.c 			rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
rref             2719 fs/btrfs/ioctl.c 			subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref);
rref             2749 fs/btrfs/ioctl.c 	struct btrfs_root_ref *rref;
rref             2807 fs/btrfs/ioctl.c 		rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
rref             2810 fs/btrfs/ioctl.c 				  btrfs_root_ref_dirid(leaf, rref);