Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_ialloc.c570 error = xfs_inobt_insert_rec(cur, nrec->ir_holemask, in xfs_inobt_insert_sprec()
571 nrec->ir_count, nrec->ir_freecount, in xfs_inobt_insert_sprec()
572 nrec->ir_free, &i); in xfs_inobt_insert_sprec()
611 trace_xfs_irec_merge_pre(pag, &rec, nrec); in xfs_inobt_insert_sprec()
614 __xfs_inobt_rec_merge(nrec, &rec); in xfs_inobt_insert_sprec()
616 trace_xfs_irec_merge_post(pag, nrec); in xfs_inobt_insert_sprec()
618 error = xfs_inobt_rec_check_count(mp, nrec); in xfs_inobt_insert_sprec()
622 error = xfs_inobt_update(cur, nrec); in xfs_inobt_insert_sprec()
664 nrec->ir_count, nrec->ir_freecount, in xfs_finobt_insert_sprec()
665 nrec->ir_free, &i); in xfs_finobt_insert_sprec()
[all …]
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()
A Dxfs_ag.c341 struct xfs_alloc_rec *nrec; in xfs_freesp_init_recs() local
354 nrec = arec + 1; in xfs_freesp_init_recs()
360 nrec->ar_startblock = cpu_to_be32( in xfs_freesp_init_recs()
363 arec = nrec; in xfs_freesp_init_recs()
/fs/xfs/scrub/
A Dquota_repair.c431 struct xfs_bmbt_irec nrec; in xrep_quota_data_fork() local
441 XFS_BMAPI_CONVERT, 0, &nrec, &nmap); in xrep_quota_data_fork()
444 ASSERT(nrec.br_startoff == irec.br_startoff); in xrep_quota_data_fork()
445 ASSERT(nrec.br_blockcount == irec.br_blockcount); in xrep_quota_data_fork()
/fs/xfs/
A Dxfs_trace.h1196 const struct xfs_inobt_rec_incore *nrec),
1197 TP_ARGS(pag, rec, nrec),
1211 __entry->nagino = nrec->ir_startino;
1212 __entry->nholemask = nrec->ir_holemask;
1225 const struct xfs_inobt_rec_incore *nrec),
1226 TP_ARGS(pag, nrec),
1236 __entry->agino = nrec->ir_startino;
1237 __entry->holemask = nrec->ir_holemask;

Completed in 29 milliseconds