Home
last modified time | relevance | path

Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/btrfs/
H A Dexport.c154 struct btrfs_root_ref *ref; in btrfs_get_parent()
202 struct btrfs_root_ref); in btrfs_get_parent()
233 struct btrfs_root_ref *rref; in btrfs_get_name()
274 struct btrfs_root_ref); in btrfs_get_name()
H A Droot-tree.c348 struct btrfs_root_ref *ref; in btrfs_del_root_ref()
368 struct btrfs_root_ref); in btrfs_del_root_ref()
422 struct btrfs_root_ref *ref; in btrfs_add_root_ref()
443 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
H A Daccessors.h523 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
524 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
525 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
526 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64);
527 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64);
528 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
H A Dioctl.c1829 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user()
1963 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
1970 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
1971 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2073 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info()
2153 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2157 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2159 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2189 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref()
2243 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
H A Dsuper.c793 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid()
836 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
H A Dsend.c2510 struct btrfs_root_ref *ref; in send_subvol_begin()
2545 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
H A Dinode.c5528 struct btrfs_root_ref *ref; in fixup_tree_root_location()
5558 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h977 struct btrfs_root_ref { struct