Home
last modified time | relevance | path

Searched refs:is_root_item (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-checker.c444 bool is_root_item; in check_root_key() local
447 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
455 if (unlikely(is_root_item && key->objectid == BTRFS_TREE_RELOC_OBJECTID && in check_root_key()
465 if (is_root_item) in check_root_key()
474 if (unlikely(!is_fstree(key->objectid) && !is_root_item)) { in check_root_key()
/kernel/linux/linux-5.10/fs/btrfs/
H A Dtree-checker.c435 bool is_root_item; in check_root_key() local
438 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
442 if (is_root_item) in check_root_key()
451 if (!is_fstree(key->objectid) && !is_root_item) { in check_root_key()

Completed in 5 milliseconds