Searched refs:BTRFS_FS_TREE_OBJECTID (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 219 ret = btrfs_create_qgroup(&trans, BTRFS_FS_TREE_OBJECTID); in test_no_shared_qgroup() 238 BTRFS_FS_TREE_OBJECTID); in test_no_shared_qgroup() 263 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_no_shared_qgroup() 297 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, 0, 0)) { in test_no_shared_qgroup() 341 BTRFS_FS_TREE_OBJECTID); in test_multiple_refs() 362 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs() 397 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs() 444 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FS_TREE_OBJECTID, in test_multiple_refs() 505 tmp_root->root_key.objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_test_qgroups()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 34 #define BTRFS_FS_TREE_OBJECTID 5ULL macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs_tree.h | 39 #define BTRFS_FS_TREE_OBJECTID 5ULL macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | btrfs_tree.h | 34 #define BTRFS_FS_TREE_OBJECTID 5ULL macro
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | print-tree.c | 20 { BTRFS_FS_TREE_OBJECTID, "FS_TREE" },
|
| H A D | inode-map.c | 413 if (root->root_key.objectid != BTRFS_FS_TREE_OBJECTID && in btrfs_save_ino_cache()
|
| H A D | super.c | 1122 subvolid = BTRFS_FS_TREE_OBJECTID; in btrfs_parse_subvol_options() 1169 while (subvol_objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_get_subvol_name_from_objectid() 1304 *objectid = BTRFS_FS_TREE_OBJECTID; in get_default_subvol_objectid()
|
| H A D | tree-checker.c | 1617 owner == BTRFS_FS_TREE_OBJECTID || in check_leaf()
|
| H A D | qgroup.c | 1111 ret = add_qgroup_item(trans, quota_root, BTRFS_FS_TREE_OBJECTID); in btrfs_quota_enable() 1117 qgroup = add_qgroup_rb(fs_info, BTRFS_FS_TREE_OBJECTID); in btrfs_quota_enable()
|
| H A D | disk-io.c | 163 { .id = BTRFS_FS_TREE_OBJECTID, .name_stem = "fs" }, 3329 fs_info->fs_root = btrfs_get_fs_root(fs_info, BTRFS_FS_TREE_OBJECTID, true); in open_ctree()
|
| H A D | ioctl.c | 2774 if (key.objectid != BTRFS_FS_TREE_OBJECTID) { in btrfs_ioctl_get_subvol_info() 3448 objectid = BTRFS_FS_TREE_OBJECTID; in btrfs_ioctl_default_subvol()
|
| H A D | ctree.h | 3583 if (rootid == BTRFS_FS_TREE_OBJECTID || in is_fstree()
|
| H A D | volumes.c | 4481 key.objectid != BTRFS_FS_TREE_OBJECTID) || in btrfs_uuid_scan_kthread()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | btrfs.h | 48 { BTRFS_FS_TREE_OBJECTID, "FS_TREE" }, \
|