Lines Matching defs:ibtrec
2067 struct xfs_inobt_rec_incore *ibtrec) /* inobt record */
2073 int offset = agino - ibtrec->ir_startino;
2079 error = xfs_inobt_lookup(cur, ibtrec->ir_startino, XFS_LOOKUP_EQ, &i);
2088 if (XFS_IS_CORRUPT(mp, ibtrec->ir_freecount != 1)) {
2093 error = xfs_inobt_insert_rec(cur, ibtrec->ir_holemask,
2094 ibtrec->ir_count,
2095 ibtrec->ir_freecount,
2096 ibtrec->ir_free, &i);
2105 * Read and update the existing record. We could just copy the ibtrec
2123 rec.ir_free != ibtrec->ir_free ||
2124 rec.ir_freecount != ibtrec->ir_freecount)) {