Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()