Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1691 int threshold_block; in xlog_grant_push_threshold() local
1712 &threshold_block); in xlog_grant_push_threshold()
1713 threshold_block += free_threshold; in xlog_grant_push_threshold()
1714 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1715 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1719 threshold_block); in xlog_grant_push_threshold()