Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/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() 254 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 | 2403 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2536 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2543 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2544 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2649 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2731 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2735 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2737 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2764 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2822 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
D | super.c | 1116 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 1167 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
D | ctree.h | 1880 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 1881 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 1882 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
D | send.c | 2353 struct btrfs_root_ref *ref; in send_subvol_begin() 2388 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
D | inode.c | 5260 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5285 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
/Linux-v5.10/include/uapi/linux/ |
D | btrfs_tree.h | 664 struct btrfs_root_ref { struct
|