Searched refs:nrec (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/wlan-ng/
H A Dprism2fw.c89 unsigned int nrec; member in struct:pda
261 pda.nrec = 1;
575 * nrec ptr to a variable that will contain the count of PDRs
587 pda->nrec = 0;
591 pda->rec[pda->nrec] = (struct hfa384x_pdrec *)&pda16[curroff];
593 if (le16_to_cpu(pda->rec[pda->nrec]->code) ==
595 memcpy(&nicid, &pda->rec[pda->nrec]->data.nicid,
602 if (le16_to_cpu(pda->rec[pda->nrec]->code) ==
604 memcpy(&rfid, &pda->rec[pda->nrec]->data.mfisuprange,
611 if (le16_to_cpu(pda->rec[pda->nrec]
[all...]
/linux-master/block/partitions/
H A Dldm.h162 u16 nrec; member in struct:vblk_head
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c542 * existing record and updated in place. The merged record is returned in nrec.
552 struct xfs_inobt_rec_incore *nrec) /* in/out: new/merged rec. */
563 error = xfs_inobt_lookup(cur, nrec->ir_startino, XFS_LOOKUP_EQ, &i);
568 error = xfs_inobt_insert_rec(cur, nrec->ir_holemask,
569 nrec->ir_count, nrec->ir_freecount,
570 nrec->ir_free, &i);
593 if (XFS_IS_CORRUPT(mp, rec.ir_startino != nrec->ir_startino)) {
603 if (XFS_IS_CORRUPT(mp, !__xfs_inobt_can_merge(nrec, &rec))) {
610 rec.ir_holemask, nrec
548 xfs_inobt_insert_sprec( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_inobt_rec_incore *nrec) argument
645 xfs_finobt_insert_sprec( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agbp, struct xfs_inobt_rec_incore *nrec) argument
[all...]
H A Dxfs_ag.c513 struct xfs_alloc_rec *nrec; local
526 nrec = arec + 1;
532 nrec->ar_startblock = cpu_to_be32(
535 arec = nrec;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c434 struct xfs_bmbt_irec nrec; local
444 XFS_BMAPI_CONVERT, 0, &nrec, &nmap);
451 ASSERT(nrec.br_startoff == irec.br_startoff);
452 ASSERT(nrec.br_blockcount == irec.br_blockcount);
/linux-master/drivers/comedi/drivers/
H A Dusbduxsigma.c570 int nrec; local
577 &nrec, BULK_TIMEOUT);
H A Dusbdux.c612 int nrec; local
618 &nrec, BULK_TIMEOUT);

Completed in 291 milliseconds