Searched refs:inconsistent (Results 1 – 2 of 2) sorted by relevance
506 bool inconsistent = false, exiting = false; in __bch2_fsck_err() local533 inconsistent = true; in __bch2_fsck_err()602 if (inconsistent) in __bch2_fsck_err()
2439 bool inconsistent; in qgroup_inconsistent_show() local2442 inconsistent = (fs_info->qgroup_flags & BTRFS_QGROUP_STATUS_FLAG_INCONSISTENT); in qgroup_inconsistent_show()2445 return sysfs_emit(buf, "%d\n", inconsistent); in qgroup_inconsistent_show()2447 BTRFS_ATTR(qgroups, inconsistent, qgroup_inconsistent_show);2494 BTRFS_ATTR_PTR(qgroups, inconsistent),
Completed in 10 milliseconds