Searched refs:btrfs_root_ref (Results 1 – 7 of 7) sorted by relevance
/linux/fs/btrfs/ |
H A D | export.c | 154 struct btrfs_root_ref *ref; in btrfs_get_parent() 202 struct btrfs_root_ref); in btrfs_get_parent() 233 struct btrfs_root_ref *rref; in btrfs_get_name() 274 struct btrfs_root_ref); in btrfs_get_name()
|
H A D | root-tree.c | 348 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 368 struct btrfs_root_ref); in btrfs_del_root_ref() 422 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 443 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
H A D | accessors.h | 486 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 487 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 488 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16); 489 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64); 490 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64); 491 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
H A D | ioctl.c | 1825 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 1959 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1966 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1967 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2069 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2149 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2153 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2155 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2185 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2239 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
H A D | super.c | 794 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 837 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
H A D | inode.c | 5613 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5643 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 977 struct btrfs_root_ref { struct
|