Searched refs:btrfs_root_ref (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/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 | 364 	struct btrfs_root_ref *ref;  in btrfs_del_root_ref() 384 				     struct btrfs_root_ref);  in btrfs_del_root_ref() 436 	struct btrfs_root_ref *ref;  in btrfs_add_root_ref() 457 	ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);  in btrfs_add_root_ref()
  | 
| D | super.c | 851 	struct btrfs_root_ref *root_ref;  in get_subvol_name_from_objectid() 902 					  struct btrfs_root_ref);  in get_subvol_name_from_objectid()
  | 
| D | ctree.h | 813 struct btrfs_root_ref {  struct 2749 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64); 2750 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64); 2751 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
  | 
| D | send.c | 2309 	struct btrfs_root_ref *ref;  in send_subvol_begin() 2344 	ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);  in send_subvol_begin()
  | 
| D | inode.c | 5354 	struct btrfs_root_ref *ref;  in fixup_tree_root_location() 5380 	ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);  in fixup_tree_root_location()
  |