Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | export.c | 160 struct btrfs_root_ref *ref; in btrfs_get_parent() 208 struct btrfs_root_ref); in btrfs_get_parent() 239 struct btrfs_root_ref *rref; in btrfs_get_name() 280 struct btrfs_root_ref); in btrfs_get_name()
|
| H A D | root-tree.c | 335 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 355 struct btrfs_root_ref); in btrfs_del_root_ref() 405 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 425 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
| H A D | accessors.h | 507 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 508 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 509 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16); 510 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64); 511 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64); 512 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
| H A D | ioctl.c | 1738 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 1849 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1854 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1855 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 1956 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2036 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2040 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2042 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2072 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2126 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
| H A D | super.c | 805 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 846 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
| H A D | send.c | 2460 struct btrfs_root_ref *ref; in send_subvol_begin() 2490 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
| H A D | inode.c | 5819 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5849 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 | 987 struct btrfs_root_ref { struct
|