Searched defs:root_objectid (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/fs/btrfs/ | 
| D | export.c | 61 				       u64 root_objectid, u32 generation,  in btrfs_get_dentry()113 	u64 objectid, root_objectid;  in btrfs_fh_to_parent()  local
 137 	u64 objectid, root_objectid;  in btrfs_fh_to_dentry()  local
 
 | 
| D | export.h | 12 	u64 root_objectid;  member
 | 
| D | extent-tree.c | 441 u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset)  in hash_extent_data_ref()467 				 u64 root_objectid, u64 owner, u64 offset)  in match_extent_data_ref()
 479 					   u64 root_objectid,  in lookup_extent_data_ref()
 555 					   u64 root_objectid, u64 owner,  in insert_extent_data_ref()
 722 					  u64 root_objectid)  in lookup_tree_block_ref()
 746 					  u64 root_objectid)  in insert_tree_block_ref()
 822 				 u64 parent, u64 root_objectid,  in lookup_inline_extent_backref()
 1014 				 u64 parent, u64 root_objectid,  in setup_inline_extent_backref()
 1075 				 u64 root_objectid, u64 owner, u64 offset)  in lookup_extent_backref()
 1172 				 u64 root_objectid, u64 owner,  in insert_inline_extent_backref()
 [all …]
 
 | 
| D | ref-verify.c | 20 	u64 root_objectid;  member31 	u64 root_objectid;  member
 262 					   u64 root_objectid)  in add_block_entry()
 
 | 
| D | tree-checker.c | 1202 		u64 root_objectid;  in check_extent_data_ref()  local
 | 
| D | super.c | 1438 		u64 root_objectid = BTRFS_I(root_inode)->root->root_key.objectid;  in mount_subvol()  local
 | 
| D | relocation.c | 563 static int is_cowonly_root(u64 root_objectid)  in is_cowonly_root()579 					u64 root_objectid)  in read_fs_root()
 
 | 
| D | backref.c | 136 	u64 root_objectid;  member
 | 
| D | file.c | 353 	u64 root_objectid = 0;  in btrfs_run_defrag_inodes()  local
 | 
| D | disk-io.c | 3908 	u64 root_objectid = 0;  in btrfs_cleanup_fs_roots()  local
 | 
| D | inode.c | 9516 	u64 root_objectid;  in btrfs_rename_exchange()  local9841 	u64 root_objectid;  in btrfs_rename()  local
 
 | 
| /Linux-v5.4/fs/btrfs/tests/ | 
| D | qgroup-tests.c | 15 				  u64 num_bytes, u64 parent, u64 root_objectid)  in insert_normal_tree_ref()68 			u64 parent, u64 root_objectid)  in add_tree_ref()
 152 			     u64 num_bytes, u64 parent, u64 root_objectid)  in remove_extent_ref()
 
 |