Searched refs:bbcount (Results 1 – 2 of 2) sorted by relevance
218 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() argument592 .bbcount = bbcount, in xfs_healthmon_report_media()781 hme.e.media.bbcount = event->bbcount; in xfs_healthmon_format_v0()
59 int bbcount) in xlog_verify_bno() argument63 if (bbcount <= 0 || (blk_no + bbcount) > log->l_logBBsize) in xlog_verify_bno()