Home
last modified time | relevance | path

Searched refs:BTRFS_LAST_FREE_OBJECTID (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/btrfs/
Dbtrfs_inode.h387 if (root->root_key.objectid >= BTRFS_LAST_FREE_OBJECTID) in btrfs_print_data_csum_error()
Dtree-checker.c402 key->objectid > BTRFS_LAST_FREE_OBJECTID) && in check_inode_key()
410 BTRFS_LAST_FREE_OBJECTID, in check_inode_key()
417 BTRFS_LAST_FREE_OBJECTID, in check_inode_key()
460 BTRFS_LAST_FREE_OBJECTID); in check_root_key()
Ddisk-io.c1530 ASSERT(root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in btrfs_init_fs_root()
2843 ASSERT(tree_root->free_objectid <= BTRFS_LAST_FREE_OBJECTID); in init_tree_roots()
4990 search_key.objectid = BTRFS_LAST_FREE_OBJECTID; in btrfs_init_root_free_objectid()
5017 if (unlikely(root->free_objectid >= BTRFS_LAST_FREE_OBJECTID)) { in btrfs_get_free_objectid()
Dvolumes.c4585 key.objectid > BTRFS_LAST_FREE_OBJECTID) in btrfs_uuid_scan_kthread()
/Linux-v5.15/include/uapi/linux/
Dbtrfs_tree.h96 #define BTRFS_LAST_FREE_OBJECTID -256ULL macro