Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dtree-checker.c440 bool is_root_item; in check_root_key() local
443 is_root_item = (item_key.type == BTRFS_ROOT_ITEM_KEY); in check_root_key()
447 if (is_root_item) in check_root_key()
456 if (unlikely(!is_fstree(key->objectid) && !is_root_item)) { in check_root_key()