Home
last modified time | relevance | path

Searched refs:rref (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/btrfs/
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()
Dioctl.c1886 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() local
2019 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2020 if (args->dirid != btrfs_root_ref_dirid(leaf, rref)) { in btrfs_search_path_in_tree_user()
2129 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() local
2209 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2210 subvol_info->dirid = btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_info()
2245 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() local
2299 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
2302 btrfs_root_ref_dirid(leaf, rref); in btrfs_ioctl_get_subvol_rootref()