Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/fs/btrfs/ |
| D | export.c | 141 struct btrfs_root_ref *ref; in btrfs_get_parent() 182 struct btrfs_root_ref); in btrfs_get_parent() 209 struct btrfs_root_ref *rref; in btrfs_get_name() 253 struct btrfs_root_ref); in btrfs_get_name()
|
| D | root-tree.c | 323 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 343 struct btrfs_root_ref); in btrfs_del_root_ref() 397 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 418 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
| D | ioctl.c | 2454 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2581 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2588 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2589 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2694 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2776 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2780 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2782 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2809 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2867 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
| D | super.c | 1172 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 1215 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
| D | ctree.h | 2000 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 2001 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 2002 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
| D | send.c | 2327 struct btrfs_root_ref *ref; in send_subvol_begin() 2362 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
| D | inode.c | 5719 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5744 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
| /Linux-v5.15/include/uapi/linux/ |
| D | btrfs_tree.h | 688 struct btrfs_root_ref { struct
|