Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/btrfs/ |
D | export.c | 162 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()
|
D | root-tree.c | 358 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 378 struct btrfs_root_ref); in btrfs_del_root_ref() 430 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 451 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
D | ioctl.c | 2380 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2515 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2522 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2523 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2626 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2712 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2716 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2718 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2743 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2801 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
D | super.c | 1013 struct btrfs_root_ref *root_ref; in get_subvol_name_from_objectid() 1064 struct btrfs_root_ref); in get_subvol_name_from_objectid()
|
D | ctree.h | 1780 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 1781 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 1782 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 | 5604 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5629 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
/Linux-v5.4/include/uapi/linux/ |
D | btrfs_tree.h | 656 struct btrfs_root_ref { struct
|