Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c1662 int threshold_block; in xlog_grant_push_threshold() local
1683 &threshold_block); in xlog_grant_push_threshold()
1684 threshold_block += free_threshold; in xlog_grant_push_threshold()
1685 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1686 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1690 threshold_block); in xlog_grant_push_threshold()