Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Droot.c58 u64 btrfs_lookup_root_ref(u64 subvolid, struct btrfs_root_ref *refp, char *name) in btrfs_lookup_root_ref()
62 struct btrfs_root_ref *ref; in btrfs_lookup_root_ref()
71 ref = btrfs_path_item_ptr(&path, struct btrfs_root_ref); in btrfs_lookup_root_ref()
H A Dsubvolume.c13 struct btrfs_root_ref rref; in get_subvol_name()
85 struct btrfs_root_ref *ref; in list_subvols()
100 ref = btrfs_path_item_ptr(&path, struct btrfs_root_ref); in list_subvols()
H A Dbtrfs.h65 u64 btrfs_lookup_root_ref(u64, struct btrfs_root_ref *, char *);
H A Dconv-funcs.h148 DEFINE_CONV(btrfs_root_ref, dirid, sequence, name_len)
H A Dbtrfs_tree.h636 struct btrfs_root_ref { struct
H A Dinode.c149 struct btrfs_root_ref ref; in get_parent_inode()
/openbmc/linux/fs/btrfs/
H A Dexport.c154 struct btrfs_root_ref *ref; in btrfs_get_parent()
202 struct btrfs_root_ref); in btrfs_get_parent()
229 struct btrfs_root_ref *rref; in btrfs_get_name()
273 struct btrfs_root_ref); in btrfs_get_name()
H A Droot-tree.c340 struct btrfs_root_ref *ref; in btrfs_del_root_ref()
360 struct btrfs_root_ref); in btrfs_del_root_ref()
414 struct btrfs_root_ref *ref; in btrfs_add_root_ref()
435 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
H A Daccessors.h502 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
503 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
504 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
505 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64);
506 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64);
507 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
H A Dioctl.c1919 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user()
2052 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2059 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2060 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2162 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info()
2242 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2246 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2248 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2278 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref()
2332 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
H A Dsuper.c975 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid()
1018 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
H A Dsend.c2521 struct btrfs_root_ref *ref; in send_subvol_begin()
2556 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
H A Dinode.c5415 struct btrfs_root_ref *ref; in fixup_tree_root_location()
5445 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h932 struct btrfs_root_ref { struct