Searched refs:btrfs_root_ref (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | export.c | 159 struct btrfs_root_ref *ref; in btrfs_get_parent() 200 struct btrfs_root_ref); in btrfs_get_parent() 228 struct btrfs_root_ref *rref; in btrfs_get_name() 276 struct btrfs_root_ref); in btrfs_get_name()
|
D | root-tree.c | 355 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 375 struct btrfs_root_ref); in btrfs_del_root_ref() 427 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 448 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
D | ctree.h | 813 struct btrfs_root_ref { struct 2705 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 2706 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 2707 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
D | send.c | 2289 struct btrfs_root_ref *ref; in send_subvol_begin() 2324 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in send_subvol_begin()
|
D | inode.c | 5283 struct btrfs_root_ref *ref; in fixup_tree_root_location() 5309 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|