Lines Matching refs:rref
1744 struct btrfs_root_ref *rref;
1855 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
1856 if (args->dirid != btrfs_root_ref_dirid(leaf, rref))
1959 struct btrfs_root_ref *rref;
2034 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
2035 name_len = btrfs_root_ref_name_len(leaf, rref);
2036 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref);
2038 item_off = btrfs_item_ptr_offset(leaf, slot) + sizeof(*rref);
2126 struct btrfs_root_ref *rref;
2180 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
2183 btrfs_root_ref_dirid(leaf, rref);