Symbol: BTRFS_FS_TREE_OBJECTID
fs/btrfs/ctree.h
733
if (rootid == BTRFS_FS_TREE_OBJECTID)
fs/btrfs/disk-io.c
3657
fs_info->fs_root = btrfs_get_fs_root(fs_info, BTRFS_FS_TREE_OBJECTID, true);
fs/btrfs/extent-tree.c
5284
lockdep_owner = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/extent_io.c
3444
lockdep_owner = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/ioctl.c
2011
if (key.objectid != BTRFS_FS_TREE_OBJECTID) {
fs/btrfs/ioctl.c
2765
objectid = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/print-tree.c
32
{ BTRFS_FS_TREE_OBJECTID, "FS_TREE" },
fs/btrfs/qgroup.c
1193
ret = add_qgroup_item(trans, quota_root, BTRFS_FS_TREE_OBJECTID);
fs/btrfs/qgroup.c
1205
qgroup = add_qgroup_rb(fs_info, prealloc, BTRFS_FS_TREE_OBJECTID);
fs/btrfs/super.c
372
ctx->subvol_objectid = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/super.c
830
while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) {
fs/btrfs/super.c
947
*objectid = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/tests/qgroup-tests.c
209
ret = btrfs_create_qgroup(&trans, BTRFS_FS_TREE_OBJECTID);
fs/btrfs/tests/qgroup-tests.c
233
BTRFS_FS_TREE_OBJECTID);
fs/btrfs/tests/qgroup-tests.c
259
if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID,
fs/btrfs/tests/qgroup-tests.c
295
if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, 0, 0)) {
fs/btrfs/tests/qgroup-tests.c
345
BTRFS_FS_TREE_OBJECTID);
fs/btrfs/tests/qgroup-tests.c
367
if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID,
fs/btrfs/tests/qgroup-tests.c
404
if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID,
fs/btrfs/tests/qgroup-tests.c
453
if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID,
fs/btrfs/tests/qgroup-tests.c
517
tmp_root->root_key.objectid = BTRFS_FS_TREE_OBJECTID;
fs/btrfs/tree-checker.c
2054
owner == BTRFS_FS_TREE_OBJECTID ||
fs/btrfs/uuid-tree.c
433
key.objectid != BTRFS_FS_TREE_OBJECTID) ||
include/trace/events/btrfs.h
48
{ BTRFS_FS_TREE_OBJECTID, "FS_TREE" }, \