trec 448 fs/xfs/libxfs/xfs_ialloc.c struct xfs_inobt_rec_incore *trec, /* tgt record */ trec 455 fs/xfs/libxfs/xfs_ialloc.c if (trec->ir_startino != srec->ir_startino) trec 459 fs/xfs/libxfs/xfs_ialloc.c if (!xfs_inobt_issparse(trec->ir_holemask) || trec 464 fs/xfs/libxfs/xfs_ialloc.c if (!trec->ir_count || !srec->ir_count) trec 468 fs/xfs/libxfs/xfs_ialloc.c if (trec->ir_count + srec->ir_count > XFS_INODES_PER_CHUNK) trec 472 fs/xfs/libxfs/xfs_ialloc.c talloc = xfs_inobt_irec_to_allocmask(trec); trec 486 fs/xfs/libxfs/xfs_ialloc.c struct xfs_inobt_rec_incore *trec, /* target */ trec 489 fs/xfs/libxfs/xfs_ialloc.c ASSERT(trec->ir_startino == srec->ir_startino); trec 492 fs/xfs/libxfs/xfs_ialloc.c trec->ir_count += srec->ir_count; trec 493 fs/xfs/libxfs/xfs_ialloc.c trec->ir_freecount += srec->ir_freecount; trec 499 fs/xfs/libxfs/xfs_ialloc.c trec->ir_holemask &= srec->ir_holemask; trec 500 fs/xfs/libxfs/xfs_ialloc.c trec->ir_free &= srec->ir_free; trec 1128 fs/xfs/libxfs/xfs_ialloc.c struct xfs_inobt_rec_incore rec, trec; trec 1197 fs/xfs/libxfs/xfs_ialloc.c &trec, &doneleft); trec 1207 fs/xfs/libxfs/xfs_ialloc.c error = xfs_ialloc_next_rec(tcur, &trec, &doneleft, 1); trec 1226 fs/xfs/libxfs/xfs_ialloc.c (trec.ir_startino + XFS_INODES_PER_CHUNK - 1) < trec 1233 fs/xfs/libxfs/xfs_ialloc.c if (useleft && trec.ir_freecount) { trec 1237 fs/xfs/libxfs/xfs_ialloc.c pag->pagl_leftrec = trec.ir_startino; trec 1240 fs/xfs/libxfs/xfs_ialloc.c rec = trec; trec 1248 fs/xfs/libxfs/xfs_ialloc.c pag->pagl_leftrec = trec.ir_startino; trec 1256 fs/xfs/libxfs/xfs_ialloc.c error = xfs_ialloc_next_rec(tcur, &trec, trec 1272 fs/xfs/libxfs/xfs_ialloc.c pag->pagl_leftrec = trec.ir_startino; trec 53 tools/thermal/tmon/sysfs.c struct thermal_data_record trec[NR_THERMAL_RECORDS]; trec 492 tools/thermal/tmon/sysfs.c gettimeofday(&trec[next_thermal_record].tv, NULL); trec 502 tools/thermal/tmon/sysfs.c &trec[next_thermal_record].temp[i]); trec 505 tools/thermal/tmon/sysfs.c trec[next_thermal_record].temp[i] / 1000); trec 331 tools/thermal/tmon/tmon.c controller_handler(trec[0].temp[target_tz_index] / 1000, trec 333 tools/thermal/tmon/tmon.c trec[0].pid_out_pct = yk; trec 141 tools/thermal/tmon/tmon.h extern struct thermal_data_record trec[]; trec 583 tools/thermal/tmon/tui.c int temp = trec[cur_thermal_record].temp[i] / 1000;