Home
last modified time | relevance | path

Searched refs:nrec (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c908 struct xfs_bmbt_irec *nrec) in xmi_next() argument
917 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next()
920 if (nrec->br_startblock == DELAYSTARTBLOCK || in xmi_next()
921 nrec->br_startoff != off) { in xmi_next()
927 nrec->br_startblock = HOLESTARTBLOCK; in xmi_next()
/linux/drivers/comedi/drivers/
H A Dusbduxsigma.c570 int nrec; in usbduxsigma_receive_cmd() local
577 &nrec, BULK_TIMEOUT); in usbduxsigma_receive_cmd()
H A Dusbdux.c612 int nrec; in receive_dux_commands() local
618 &nrec, BULK_TIMEOUT); in receive_dux_commands()
/linux/fs/xfs/
H A Dxfs_trace.h1202 const struct xfs_inobt_rec_incore *nrec),
1203 TP_ARGS(pag, rec, nrec),
1217 __entry->nagino = nrec->ir_startino;
1218 __entry->nholemask = nrec->ir_holemask;
1231 const struct xfs_inobt_rec_incore *nrec),
1232 TP_ARGS(pag, nrec),
1242 __entry->agino = nrec->ir_startino;
1243 __entry->holemask = nrec->ir_holemask;