Home
last modified time | relevance | path

Searched refs:btrfs_root_ref (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
A Dexport.c153 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 Droot-tree.c349 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 Daccessors.h522 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 Dioctl.c1925 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 Dsuper.c790 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 Dsend.c2521 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 Dinode.c5446 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 Dbtrfs_tree.h977 struct btrfs_root_ref { struct

Completed in 52 milliseconds