Searched refs:root_objectid (Results 1 – 10 of 10) sorted by relevance
| /fs/btrfs/ |
| A D | export.c | 37 fid->root_objectid = btrfs_root_id(BTRFS_I(inode)->root); in btrfs_encode_fh() 47 if (parent_root_id != fid->root_objectid) { in btrfs_encode_fh() 74 u64 root_objectid, u64 generation) in btrfs_get_dentry() argument 83 root = btrfs_get_fs_root(fs_info, root_objectid, true); in btrfs_get_dentry() 104 u64 objectid, root_objectid; in btrfs_fh_to_parent() local 110 root_objectid = fid->root_objectid; in btrfs_fh_to_parent() 114 root_objectid = fid->parent_root_objectid; in btrfs_fh_to_parent() 121 return btrfs_get_dentry(sb, objectid, root_objectid, generation); in btrfs_fh_to_parent() 128 u64 objectid, root_objectid; in btrfs_fh_to_dentry() local 140 root_objectid = fid->root_objectid; in btrfs_fh_to_dentry() [all …]
|
| A D | ref-verify.c | 23 u64 root_objectid; member 34 u64 root_objectid; member 146 if (ref1->root_objectid < ref2->root_objectid) in comp_refs() 148 if (ref1->root_objectid > ref2->root_objectid) in comp_refs() 247 u64 root_objectid) in add_block_entry() argument 262 re->root_objectid = root_objectid; in add_block_entry() 268 if (root_objectid) { in add_block_entry() 287 if (root_objectid) in add_block_entry() 306 ref->root_objectid = 0; in add_tree_block() 308 ref->root_objectid = ref_root; in add_tree_block() [all …]
|
| A D | export.h | 16 u64 root_objectid; member 26 u64 root_objectid, u64 generation);
|
| A D | extent-tree.h | 102 u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset); 122 u64 parent, u64 root_objectid, 137 u64 root_objectid, u64 owner, u64 offset,
|
| A D | extent-tree.c | 55 u64 parent, u64 root_objectid, 394 lenum = cpu_to_le64(root_objectid); in hash_extent_data_ref() 426 u64 root_objectid, in lookup_extent_data_ref() argument 664 u64 root_objectid) in lookup_tree_block_ref() argument 676 key.offset = root_objectid; in lookup_tree_block_ref() 764 u64 parent, u64 root_objectid, in lookup_inline_extent_backref() argument 1068 root_objectid); in lookup_extent_backref() 1198 u64 root_objectid, u64 owner, in insert_inline_extent_backref() argument 4990 .root = root_objectid, in btrfs_alloc_logged_file_extent() 5174 root_objectid, nest); in btrfs_alloc_tree_block() [all …]
|
| A D | root-tree.c | 234 u64 root_objectid; in btrfs_find_orphan_roots() local 259 root_objectid = key.offset; in btrfs_find_orphan_roots() 262 root = btrfs_get_fs_root(fs_info, root_objectid, false); in btrfs_find_orphan_roots() 279 root_objectid); in btrfs_find_orphan_roots()
|
| A D | defrag.c | 281 u64 root_objectid = 0; in btrfs_run_defrag_inodes() local 295 defrag = btrfs_pick_defrag_inode(fs_info, root_objectid, first_ino); in btrfs_run_defrag_inodes() 297 if (root_objectid || first_ino) { in btrfs_run_defrag_inodes() 298 root_objectid = 0; in btrfs_run_defrag_inodes() 307 root_objectid = defrag->root; in btrfs_run_defrag_inodes()
|
| A D | disk-io.c | 3001 u64 root_objectid = 0; in btrfs_cleanup_fs_roots() local 3010 (void **)gang, root_objectid, in btrfs_cleanup_fs_roots() 3016 root_objectid = btrfs_root_id(gang[found - 1]) + 1; in btrfs_cleanup_fs_roots() 3032 root_objectid = btrfs_root_id(gang[i]); in btrfs_cleanup_fs_roots() 3045 root_objectid++; in btrfs_cleanup_fs_roots() 4503 u64 root_objectid = 0; in btrfs_drop_all_logs() local 4508 (void **)gang, root_objectid, in btrfs_drop_all_logs() 4519 root_objectid = btrfs_root_id(gang[i]); in btrfs_drop_all_logs() 4523 root_objectid++; in btrfs_drop_all_logs()
|
| A D | super.c | 1198 u64 root_objectid = btrfs_root_id(BTRFS_I(root_inode)->root); in mount_subvol() local 1206 if (subvol_objectid && root_objectid != subvol_objectid) { in mount_subvol()
|
| /fs/btrfs/tests/ |
| A D | qgroup-tests.c | 17 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref() argument 62 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in insert_normal_tree_ref() 69 u64 parent, u64 root_objectid) in add_tree_ref() argument 109 key.offset = root_objectid; in add_tree_ref() 151 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref() argument 191 key.offset = root_objectid; in remove_extent_ref()
|
Completed in 33 milliseconds