Searched refs:br_blockcount (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/fs/xfs/scrub/
H A Drtsummary.c266 off += map.br_blockcount;
H A Drmap_repair.c361 accum->rm_blockcount += rec->br_blockcount;
371 accum->rm_blockcount = rec->br_blockcount;
H A Dinode_repair.c1621 off = got.br_startoff + got.br_blockcount;
H A Dtrace.h390 __entry->blockcount = cursor->bmap.br_blockcount;
1712 __entry->len = irec->br_blockcount;
2168 __entry->blockcount = irec->br_blockcount;
/linux-master/fs/xfs/
H A Dxfs_qm.c1032 ASSERT(map[i].br_blockcount);
1035 lblkno += map[i].br_blockcount;
1047 rablkcnt = map[i+1].br_blockcount;
1063 map[i].br_blockcount,
H A Dxfs_rtalloc.c727 bno < map.br_startoff + map.br_blockcount;
764 oblocks = map.br_startoff + map.br_blockcount;
H A Dxfs_dquot.c359 ASSERT(map.br_blockcount == XFS_DQUOT_CLUSTER_SIZE_FSB);
462 ASSERT(map.br_blockcount >= 1);
H A Dxfs_icache.c1793 got.br_startoff, got.br_blockcount);
H A Dxfs_trace.h394 __entry->blockcount = r.br_blockcount;
1474 __entry->blockcount = irec ? irec->br_blockcount : 0;
2989 __entry->l_len = bi->bi_bmap.br_blockcount;
3545 __entry->len = irec->br_blockcount;
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.c2649 ri->ri_bmap.br_startoff, ri->ri_bmap.br_blockcount,
2691 ri->ri_bmap.br_blockcount, &oinfo, unwritten);
2696 ri->ri_bmap.br_blockcount, unwritten, &oinfo);
2731 bmap->br_blockcount,
2823 bmap.br_blockcount = len;
2845 bmap.br_blockcount = len;
H A Dxfs_da_btree.c2216 mapp[mapi - 1].br_blockcount;
2227 got += mapp[i].br_blockcount;
2229 mapp[mapi - 1].br_startoff + mapp[mapi - 1].br_blockcount !=
2578 map[i].bm_len = XFS_FSB_TO_BB(mp, irecs[i].br_blockcount);
2579 off += irecs[i].br_blockcount;
2602 "[%02d] br_startoff %lld br_startblock %lld br_blockcount %lld br_state %d",
2605 irecs[i].br_blockcount,
H A Dxfs_refcount.c1500 PREV->br_blockcount);
1515 PREV->br_blockcount);
H A Dxfs_attr.c95 return imap.br_startoff == 0 && imap.br_blockcount == 1;

Completed in 325 milliseconds

12