Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_healthmon.c218 if (existing->daddr + existing->bbcount == new->daddr) { in xfs_healthmon_merge_events()
219 existing->bbcount += new->bbcount; in xfs_healthmon_merge_events()
222 if (new->daddr + new->bbcount == existing->daddr) { in xfs_healthmon_merge_events()
224 existing->bbcount += new->bbcount; in xfs_healthmon_merge_events()
586 uint64_t bbcount) in xfs_healthmon_report_media() argument
592 .bbcount = bbcount, in xfs_healthmon_report_media()
781 hme.e.media.bbcount = event->bbcount; in xfs_healthmon_format_v0()
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()