Lines Matching defs:ibtrec
2056 struct xfs_inobt_rec_incore *ibtrec) /* inobt record */
2061 int offset = agino - ibtrec->ir_startino;
2067 error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i);
2076 if (XFS_IS_CORRUPT(mp, ibtrec->ir_freecount != 1)) {
2081 error = xfs_inobt_insert_rec(cur, ibtrec->ir_holemask,
2082 ibtrec->ir_count,
2083 ibtrec->ir_freecount,
2084 ibtrec->ir_free, &i);
2093 * Read and update the existing record. We could just copy the ibtrec
2111 rec.ir_free != ibtrec->ir_free ||
2112 rec.ir_freecount != ibtrec->ir_freecount)) {