Searched refs:btrfs_root_ref (Results 1 – 4 of 4) sorted by relevance
/fs/btrfs/ |
D | export.c | 172 struct btrfs_root_ref *ref; in btrfs_get_parent() 213 struct btrfs_root_ref); in btrfs_get_parent() 241 struct btrfs_root_ref *rref; in btrfs_get_name() 289 struct btrfs_root_ref); in btrfs_get_name()
|
D | root-tree.c | 312 struct btrfs_root_ref *ref; in btrfs_del_root_ref() 332 struct btrfs_root_ref); in btrfs_del_root_ref() 399 struct btrfs_root_ref *ref; in btrfs_add_root_ref() 420 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in btrfs_add_root_ref()
|
D | ctree.h | 714 struct btrfs_root_ref { struct 1985 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 1986 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 1987 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
|
D | inode.c | 3828 struct btrfs_root_ref *ref; in fixup_tree_root_location() 3850 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref); in fixup_tree_root_location()
|