Lines Matching defs:free
54 * Does the finobt have a record for this inode with the same hole/free state?
60 * free.
69 bool free,
94 /* There's a finobt record; free and hole status must match. */
100 if (ffree != free)
120 if (!free)
129 * sparse and free status as the finobt.
150 bool free, hole;
153 free = irec->ir_free & (1ULL << rec_idx);
157 error = xchk_inobt_xref_finobt(sc, irec, i, free, hole);
164 * Does the inobt have a record for this inode with the same hole/free state?
177 bool free, hole;
197 /* There's an inobt record; free and hole status must match. */
199 free = irec.ir_free & (1ULL << rec_idx);
203 if (ffree != free)
217 * sparse and free status as the inobt.
436 /* Check free status of each inode within this cluster. */
510 * we will have finobt records only for those chunks containing free
744 * to inode chunks with free inodes.