Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
H A D | export.c | 153 struct btrfs_root_ref *ref; in btrfs_get_parent() 201 struct btrfs_root_ref); in btrfs_get_parent() 228 struct btrfs_root_ref *rref; in btrfs_get_name() 272 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 | 522 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 523 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 524 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16); 525 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64); 526 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64); 527 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
H A D | ioctl.c | 1831 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 1964 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1971 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1972 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2074 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2154 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2158 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2160 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2190 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2244 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
H A D | super.c | 789 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 832 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
H A D | send.c | 2513 struct btrfs_root_ref *ref; in send_subvol_begin() 2548 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
H A D | inode.c | 5500 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5530 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
|