Home
last modified time | relevance | path

Searched refs:BTRFS_FS_TREE_OBJECTID (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/fs/btrfs/tests/
H A Dqgroup-tests.c218 ret = btrfs_create_qgroup(&trans, BTRFS_FS_TREE_OBJECTID); in test_no_shared_qgroup()
242 BTRFS_FS_TREE_OBJECTID); in test_no_shared_qgroup()
268 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_no_shared_qgroup()
304 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, 0, 0)) { in test_no_shared_qgroup()
354 BTRFS_FS_TREE_OBJECTID); in test_multiple_refs()
376 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs()
413 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs()
462 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs()
526 tmp_root->root_key.objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_test_qgroups()
/openbmc/u-boot/fs/btrfs/
H A Dsubvolume.c23 while (subvolid != BTRFS_FS_TREE_OBJECTID) { in get_subvol_name()
77 return BTRFS_FS_TREE_OBJECTID; in btrfs_get_default_subvol_objectid()
126 list_subvols(BTRFS_FS_TREE_OBJECTID, nameptr, nameptr ? 4096 : 0, 40); in btrfs_list_subvols()
H A Dbtrfs_tree.h43 #define BTRFS_FS_TREE_OBJECTID 5ULL macro
/openbmc/linux/fs/btrfs/
H A Dprint-tree.c23 { BTRFS_FS_TREE_OBJECTID, "FS_TREE" },
H A Dctree.h708 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree()
H A Dsuper.c956 subvolid = BTRFS_FS_TREE_OBJECTID; in btrfs_parse_subvol_options()
1002 while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_get_subvol_name_from_objectid()
1123 *objectid = BTRFS_FS_TREE_OBJECTID; in get_default_subvol_objectid()
H A Dqgroup.c1142 ret = add_qgroup_item(trans, quota_root, BTRFS_FS_TREE_OBJECTID); in btrfs_quota_enable()
1148 qgroup = add_qgroup_rb(fs_info, BTRFS_FS_TREE_OBJECTID); in btrfs_quota_enable()
H A Dtree-checker.c1907 owner == BTRFS_FS_TREE_OBJECTID || in __btrfs_check_leaf()
H A Dioctl.c2217 if (key.objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_ioctl_get_subvol_info()
2949 objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_ioctl_default_subvol()
H A Dextent_io.c3709 lockdep_owner = BTRFS_FS_TREE_OBJECTID; in alloc_extent_buffer()
H A Ddisk-io.c3552 fs_info->fs_root = btrfs_get_fs_root(fs_info, BTRFS_FS_TREE_OBJECTID, true); in open_ctree()
H A Dextent-tree.c4892 lockdep_owner = BTRFS_FS_TREE_OBJECTID; in btrfs_init_new_buffer()
H A Dvolumes.c4729 key.objectid != BTRFS_FS_TREE_OBJECTID) || in btrfs_uuid_scan_kthread()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h56 #define BTRFS_FS_TREE_OBJECTID 5ULL macro
/openbmc/linux/include/trace/events/
H A Dbtrfs.h50 { BTRFS_FS_TREE_OBJECTID, "FS_TREE" }, \