Searched refs:btrfs_root_ref (Results 1 – 14 of 14) sorted by relevance
/openbmc/u-boot/fs/btrfs/ |
H A D | root.c | 58 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 D | subvolume.c | 13 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 D | btrfs.h | 65 u64 btrfs_lookup_root_ref(u64, struct btrfs_root_ref *, char *);
|
H A D | conv-funcs.h | 148 DEFINE_CONV(btrfs_root_ref, dirid, sequence, name_len)
|
H A D | btrfs_tree.h | 636 struct btrfs_root_ref { struct
|
H A D | inode.c | 149 struct btrfs_root_ref ref; in get_parent_inode()
|
/openbmc/linux/fs/btrfs/ |
H A D | export.c | 154 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 D | root-tree.c | 340 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 D | accessors.h | 502 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 D | ioctl.c | 1919 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 D | super.c | 975 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 D | send.c | 2521 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 D | inode.c | 5415 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 D | btrfs_tree.h | 932 struct btrfs_root_ref { struct
|