Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/fs/btrfs/ |
D | export.c | 154 struct btrfs_root_ref *ref; in btrfs_get_parent() 195 struct btrfs_root_ref); in btrfs_get_parent() 222 struct btrfs_root_ref *rref; in btrfs_get_name() 266 struct btrfs_root_ref); in btrfs_get_name()
|
D | root-tree.c | 340 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 360 struct btrfs_root_ref); in btrfs_del_root_ref() 414 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 435 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
D | accessors.h | 502 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 503 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 504 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16); 505 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64); 506 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64); 507 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
D | ioctl.c | 1886 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2019 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2026 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2027 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2129 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2209 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2213 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2215 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2245 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2299 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
D | super.c | 972 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 1015 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
D | send.c | 2508 struct btrfs_root_ref *ref; in send_subvol_begin() 2543 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
D | inode.c | 5378 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5408 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
/Linux-v6.6/include/uapi/linux/ |
D | btrfs_tree.h | 932 struct btrfs_root_ref { struct
|