Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dexport.c162 struct btrfs_root_ref *ref; in btrfs_get_parent()
203 struct btrfs_root_ref); in btrfs_get_parent()
232 struct btrfs_root_ref *rref; in btrfs_get_name()
277 struct btrfs_root_ref); in btrfs_get_name()
Droot-tree.c352 struct btrfs_root_ref *ref; in btrfs_del_root_ref()
372 struct btrfs_root_ref); in btrfs_del_root_ref()
426 struct btrfs_root_ref *ref; in btrfs_add_root_ref()
447 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
Dioctl.c2415 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user()
2550 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2557 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2558 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user()
2661 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info()
2747 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2751 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2753 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info()
2780 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref()
2838 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
Dsuper.c1009 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid()
1060 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
Dctree.h1971 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
1972 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
1973 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
Dsend.c2368 struct btrfs_root_ref *ref; in send_subvol_begin()
2403 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
Dinode.c5637 struct btrfs_root_ref *ref; in fixup_tree_root_location()
5662 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h651 struct btrfs_root_ref { struct