Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| A 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()
|
| A D | root-tree.c | 321 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 342 struct btrfs_root_ref); in btrfs_del_root_ref() 396 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 417 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
| A D | ioctl.c | 2416 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2543 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2550 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2551 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2656 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2738 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2742 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2744 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2771 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2829 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
| A 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()
|
| A D | ctree.h | 2019 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 2020 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 2021 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
| A D | send.c | 2339 struct btrfs_root_ref *ref; in send_subvol_begin() 2374 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
| A D | inode.c | 5730 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5755 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 688 struct btrfs_root_ref { struct
|
Completed in 87 milliseconds