| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | export.c | 68 if (objectid < BTRFS_FIRST_FREE_OBJECTID) in btrfs_get_dentry() 150 if (btrfs_ino(BTRFS_I(dir)) == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_parent() 227 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name() 243 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name() 252 if (ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_name()
|
| H A D | inode-map.c | 55 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in caching_kthread() 414 (root->root_key.objectid < BTRFS_FIRST_FREE_OBJECTID || in btrfs_save_ino_cache() 554 BTRFS_FIRST_FREE_OBJECTID - 1); in btrfs_find_highest_objectid() 556 *objectid = BTRFS_FIRST_FREE_OBJECTID - 1; in btrfs_find_highest_objectid()
|
| H A D | props.c | 414 parent_inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, parent_root); in btrfs_subvol_inherit_props() 418 child_inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, root); in btrfs_subvol_inherit_props()
|
| H A D | ioctl.c | 597 u64 new_dirid = BTRFS_FIRST_FREE_OBJECTID; in create_subvol() 1977 if (btrfs_ino(BTRFS_I(inode)) != BTRFS_FIRST_FREE_OBJECTID) in btrfs_ioctl_subvol_getflags() 2009 if (btrfs_ino(BTRFS_I(inode)) != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_subvol_setflags() 2390 if (dirid == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_search_path_in_tree() 2443 if (key.offset == BTRFS_FIRST_FREE_OBJECTID) in btrfs_search_path_in_tree() 2567 if (key.objectid == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_search_path_in_tree_user() 2643 if (args->objectid == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_ino_lookup() 2689 if (args->dirid == BTRFS_FIRST_FREE_OBJECTID && in btrfs_ioctl_ino_lookup_user() 2690 BTRFS_I(inode)->location.objectid != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_ino_lookup_user() 2965 if (vol_args2->subvolid < BTRFS_FIRST_FREE_OBJECTID) { in btrfs_ioctl_snap_destroy() [all …]
|
| H A D | tree-checker.c | 396 if ((key->objectid < BTRFS_FIRST_FREE_OBJECTID || in check_inode_key() 404 BTRFS_FIRST_FREE_OBJECTID, in check_inode_key() 411 BTRFS_FIRST_FREE_OBJECTID, in check_inode_key() 454 key->objectid, BTRFS_FIRST_FREE_OBJECTID, in check_root_key()
|
| H A D | send.c | 1562 path, BTRFS_FIRST_FREE_OBJECTID, in gen_unique_name() 1582 path, BTRFS_FIRST_FREE_OBJECTID, in gen_unique_name() 1683 if (ino == BTRFS_FIRST_FREE_OBJECTID) in is_inode_existent() 1867 if (sctx->parent_root && dir != BTRFS_FIRST_FREE_OBJECTID) { in will_overwrite_ref() 1935 if (dir != BTRFS_FIRST_FREE_OBJECTID) { in did_overwrite_ref() 2298 while (!stop && ino != BTRFS_FIRST_FREE_OBJECTID) { in get_cur_path() 2954 if (dir == BTRFS_FIRST_FREE_OBJECTID) in can_rmdir() 3193 while (ino != BTRFS_FIRST_FREE_OBJECTID) { in path_loop() 3278 ASSERT(ancestor > BTRFS_FIRST_FREE_OBJECTID); in apply_dir_move() 3572 while (ino > BTRFS_FIRST_FREE_OBJECTID) { in check_ino_in_path() [all …]
|
| H A D | inode.c | 3799 if (btrfs_ino(inode) == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_unlink_subvol() 4152 if (btrfs_ino(BTRFS_I(inode)) == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rmdir() 6171 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) { in btrfs_add_link() 6179 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) { in btrfs_add_link() 6222 if (unlikely(ino == BTRFS_FIRST_FREE_OBJECTID)) { in btrfs_add_link() 8929 (old_ino != BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange() 8930 new_ino != BTRFS_FIRST_FREE_OBJECTID)) in btrfs_rename_exchange() 8934 if (old_ino == BTRFS_FIRST_FREE_OBJECTID || in btrfs_rename_exchange() 8935 new_ino == BTRFS_FIRST_FREE_OBJECTID) in btrfs_rename_exchange() 8970 if (old_ino == BTRFS_FIRST_FREE_OBJECTID) { in btrfs_rename_exchange() [all …]
|
| H A D | extent-tree.c | 731 if (owner < BTRFS_FIRST_FREE_OBJECTID) { in extent_ref_type() 820 if (skinny_metadata && owner < BTRFS_FIRST_FREE_OBJECTID) { in lookup_inline_extent_backref() 884 if (owner >= BTRFS_FIRST_FREE_OBJECTID) in lookup_inline_extent_backref() 1050 if (owner < BTRFS_FIRST_FREE_OBJECTID) { in lookup_extent_backref() 1149 if (owner < BTRFS_FIRST_FREE_OBJECTID) { in insert_inline_extent_backref() 1457 if (owner < BTRFS_FIRST_FREE_OBJECTID) { in __btrfs_inc_extent_ref() 2975 is_data = owner_objectid >= BTRFS_FIRST_FREE_OBJECTID; in __btrfs_free_extent() 3113 if (owner_objectid < BTRFS_FIRST_FREE_OBJECTID && in __btrfs_free_extent()
|
| H A D | super.c | 1216 while (dirid != BTRFS_FIRST_FREE_OBJECTID) { in btrfs_get_subvol_name_from_objectid() 1347 inode = btrfs_iget(sb, BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super() 1533 if (inode && inode->i_ino == BTRFS_FIRST_FREE_OBJECTID) in is_subvolume_inode()
|
| H A D | ref-verify.c | 700 metadata = owner < BTRFS_FIRST_FREE_OBJECTID; in btrfs_ref_tree_mod()
|
| H A D | ctree.h | 3584 ((s64)rootid >= (s64)BTRFS_FIRST_FREE_OBJECTID && in is_fstree()
|
| H A D | tree-log.c | 5943 if (search_key.objectid == BTRFS_FIRST_FREE_OBJECTID) in log_new_ancestors()
|
| H A D | volumes.c | 4480 (key.objectid < BTRFS_FIRST_FREE_OBJECTID && in btrfs_uuid_scan_kthread()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 327 ret = btrfs_create_qgroup(&trans, BTRFS_FIRST_FREE_OBJECTID); in test_multiple_refs() 376 BTRFS_FIRST_FREE_OBJECTID); in test_multiple_refs() 403 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FIRST_FREE_OBJECTID, in test_multiple_refs() 417 BTRFS_FIRST_FREE_OBJECTID); in test_multiple_refs() 438 if (btrfs_verify_qgroup_counts(fs_info, BTRFS_FIRST_FREE_OBJECTID, in test_multiple_refs() 521 tmp_root->root_key.objectid = BTRFS_FIRST_FREE_OBJECTID; in btrfs_test_qgroups()
|
| H A D | inode-tests.c | 32 key.objectid = BTRFS_FIRST_FREE_OBJECTID; in insert_extent() 237 BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID; in test_btrfs_get_extent() 839 BTRFS_I(inode)->location.objectid = BTRFS_FIRST_FREE_OBJECTID; in test_hole_first()
|
| /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 | 90 #define BTRFS_FIRST_FREE_OBJECTID 256ULL macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btrfs_tree.h | 95 #define BTRFS_FIRST_FREE_OBJECTID 256ULL 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 | 90 #define BTRFS_FIRST_FREE_OBJECTID 256ULL macro
|