Home
last modified time | relevance | path

Searched refs:bbcount (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/
H A Dxfs_verify_media.c180 uint64_t bbcount) in xfs_verify_iosize() argument
186 ASSERT(BBTOB(bbcount) >= btp->bt_logical_sectorsize); in xfs_verify_iosize()
188 return clamp(iosize, btp->bt_logical_sectorsize, BBTOB(bbcount)); in xfs_verify_iosize()
272 uint64_t bbcount; in xfs_verify_media() local
326 bbcount = min_t(sector_t, me->me_end_daddr, btp->bt_nr_sectors) - in xfs_verify_media()
329 folio = xfs_verify_alloc_folio(xfs_verify_iosize(me, btp, bbcount)); in xfs_verify_media()
333 trace_xfs_verify_media(mp, me, btp->bt_dev, daddr, bbcount, folio); in xfs_verify_media()
341 while (bbcount > 0) { in xfs_verify_media()
348 min(bbcount << SECTOR_SHIFT, folio_size(folio)), in xfs_verify_media()
367 bbcount -= bio_bbcount; in xfs_verify_media()
[all …]
H A Dxfs_healthmon.c231 if (existing->daddr + existing->bbcount == new->daddr) { in xfs_healthmon_merge_events()
232 existing->bbcount += new->bbcount; in xfs_healthmon_merge_events()
235 if (new->daddr + new->bbcount == existing->daddr) { in xfs_healthmon_merge_events()
237 existing->bbcount += new->bbcount; in xfs_healthmon_merge_events()
599 uint64_t bbcount) in xfs_healthmon_report_media() argument
605 .bbcount = bbcount, in xfs_healthmon_report_media()
794 hme.e.media.bbcount = event->bbcount; in xfs_healthmon_format_v0()
H A Dxfs_healthmon.h150 uint64_t bbcount; member
176 xfs_daddr_t daddr, uint64_t bbcount);
H A Dxfs_trace.h6116 __entry->length = event->bbcount;
6283 __field(uint64_t, bbcount)
6289 __entry->bbcount = event->bbcount;
6295 __entry->bbcount)
6347 dev_t fdev, xfs_daddr_t daddr, uint64_t bbcount,
6349 TP_ARGS(mp, me, fdev, daddr, bbcount, folio),
6357 __field(uint64_t, bbcount)
6367 __entry->bbcount = bbcount;
6377 __entry->bbcount,
6409 dev_t fdev, xfs_daddr_t daddr, uint64_t bbcount,
[all …]
H A Dxfs_log_recover.c59 int bbcount) in xlog_verify_bno() argument
63 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h1108 __u64 bbcount; member