Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| 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()
|
| A D | root-tree.c | 349 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 369 struct btrfs_root_ref); in btrfs_del_root_ref() 423 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 444 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
| 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);
|
| A D | ioctl.c | 1925 struct btrfs_root_ref *rref; in btrfs_search_path_in_tree_user() 2058 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2065 item_off += sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2066 item_len -= sizeof(struct btrfs_root_ref); in btrfs_search_path_in_tree_user() 2168 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_info() 2248 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2252 + sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2254 - sizeof(struct btrfs_root_ref); in btrfs_ioctl_get_subvol_info() 2284 struct btrfs_root_ref *rref; in btrfs_ioctl_get_subvol_rootref() 2338 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref); in btrfs_ioctl_get_subvol_rootref()
|
| A D | super.c | 790 struct btrfs_root_ref *root_ref; in btrfs_get_subvol_name_from_objectid() 833 struct btrfs_root_ref); in btrfs_get_subvol_name_from_objectid()
|
| A D | send.c | 2521 struct btrfs_root_ref *ref; in send_subvol_begin() 2556 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
| A D | inode.c | 5446 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5476 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 977 struct btrfs_root_ref { struct
|
Completed in 784 milliseconds