Home
last modified time | relevance | path

Searched refs:root_objectid (Results 1 – 12 of 12) sorted by relevance

/linux/fs/btrfs/
A Dexport.c36 fid->root_objectid = BTRFS_I(inode)->root->root_key.objectid; in btrfs_encode_fh()
46 if (parent_root_id != fid->root_objectid) { in btrfs_encode_fh()
61 u64 root_objectid, u32 generation, in btrfs_get_dentry() argument
71 root = btrfs_get_fs_root(fs_info, root_objectid, true); in btrfs_get_dentry()
92 u64 objectid, root_objectid; in btrfs_fh_to_parent() local
98 root_objectid = fid->root_objectid; in btrfs_fh_to_parent()
102 root_objectid = fid->parent_root_objectid; in btrfs_fh_to_parent()
109 return btrfs_get_dentry(sb, objectid, root_objectid, generation, 1); in btrfs_fh_to_parent()
116 u64 objectid, root_objectid; in btrfs_fh_to_dentry() local
128 root_objectid = fid->root_objectid; in btrfs_fh_to_dentry()
[all …]
A Dref-verify.c20 u64 root_objectid; member
31 u64 root_objectid; member
126 if (entry->root_objectid > re->root_objectid) in insert_root_entry()
128 else if (entry->root_objectid < re->root_objectid) in insert_root_entry()
142 if (ref1->root_objectid < ref2->root_objectid) in comp_refs()
144 if (ref1->root_objectid > ref2->root_objectid) in comp_refs()
262 u64 root_objectid) in add_block_entry() argument
277 re->root_objectid = root_objectid; in add_block_entry()
283 if (root_objectid) { in add_block_entry()
302 if (root_objectid) in add_block_entry()
[all …]
A Dexport.h12 u64 root_objectid; member
22 u64 root_objectid, u32 generation,
A Dextent-tree.c52 u64 parent, u64 root_objectid,
443 u64 root_objectid, in lookup_extent_data_ref() argument
578 root_objectid); in insert_extent_data_ref()
686 u64 root_objectid) in lookup_tree_block_ref() argument
698 key.offset = root_objectid; in lookup_tree_block_ref()
710 u64 root_objectid) in insert_tree_block_ref() argument
721 key.offset = root_objectid; in insert_tree_block_ref()
1056 root_objectid); in lookup_extent_backref()
1138 u64 root_objectid, u64 owner, in insert_inline_extent_backref() argument
1494 root_objectid); in __btrfs_inc_extent_ref()
[all …]
A Droot-tree.c224 u64 root_objectid; in btrfs_find_orphan_roots() local
249 root_objectid = key.offset; in btrfs_find_orphan_roots()
252 root = btrfs_get_fs_root(fs_info, root_objectid, false); in btrfs_find_orphan_roots()
269 root_objectid); in btrfs_find_orphan_roots()
A Dbackref.c138 u64 root_objectid; member
707 if (sc && sc->root_objectid && in resolve_indirect_refs()
708 ref->root_id != sc->root_objectid) { in resolve_indirect_refs()
1318 if (sc && sc->root_objectid &&
1319 ref->root_id != sc->root_objectid) {
1534 .root_objectid = root->root_key.objectid,
A Ddisk-io.c4268 u64 root_objectid = 0; in btrfs_cleanup_fs_roots() local
4277 (void **)gang, root_objectid, in btrfs_cleanup_fs_roots()
4283 root_objectid = gang[ret - 1]->root_key.objectid + 1; in btrfs_cleanup_fs_roots()
4299 root_objectid = gang[i]->root_key.objectid; in btrfs_cleanup_fs_roots()
4305 root_objectid++; in btrfs_cleanup_fs_roots()
4581 u64 root_objectid = 0; in btrfs_drop_all_logs() local
4586 (void **)gang, root_objectid, in btrfs_drop_all_logs()
4597 root_objectid = gang[i]->root_key.objectid; in btrfs_drop_all_logs()
4601 root_objectid++; in btrfs_drop_all_logs()
A Dfile.c344 u64 root_objectid = 0; in btrfs_run_defrag_inodes() local
357 defrag = btrfs_pick_defrag_inode(fs_info, root_objectid, in btrfs_run_defrag_inodes()
360 if (root_objectid || first_ino) { in btrfs_run_defrag_inodes()
361 root_objectid = 0; in btrfs_run_defrag_inodes()
370 root_objectid = defrag->root; in btrfs_run_defrag_inodes()
A Dsuper.c1600 u64 root_objectid = BTRFS_I(root_inode)->root->root_key.objectid; in mount_subvol() local
1608 if (subvol_objectid && root_objectid != subvol_objectid) { in mount_subvol()
A Dctree.h2666 u64 hash_extent_data_ref(u64 root_objectid, u64 owner, u64 offset);
2721 u64 parent, u64 root_objectid,
2735 u64 root_objectid, u64 owner, u64 offset,
/linux/include/trace/events/
A Dbtrfs.h191 __field( u64, root_objectid )
217 __field( u64, root_objectid )
227 __entry->root_objectid =
292 __field( u64, root_objectid )
531 __field( u64, root_objectid )
630 __entry->root_objectid =
705 __entry->root_objectid =
980 __field( u64, root_objectid )
1025 __field( u64, root_objectid )
1185 __field( u64, root_objectid )
[all …]
/linux/fs/btrfs/tests/
A Dqgroup-tests.c15 u64 num_bytes, u64 parent, u64 root_objectid) in insert_normal_tree_ref() argument
60 btrfs_set_extent_inline_ref_offset(leaf, iref, root_objectid); in insert_normal_tree_ref()
67 u64 parent, u64 root_objectid) in add_tree_ref() argument
107 key.offset = root_objectid; in add_tree_ref()
149 u64 num_bytes, u64 parent, u64 root_objectid) in remove_extent_ref() argument
189 key.offset = root_objectid; in remove_extent_ref()

Completed in 56 milliseconds