Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c93 int need_bytes);
835 int need_bytes, free_bytes, cycle, bytes; in xfs_log_move_tail() local
885 need_bytes = tic->t_unit_res*tic->t_cnt; in xfs_log_move_tail()
887 need_bytes = tic->t_unit_res; in xfs_log_move_tail()
888 if (free_bytes < need_bytes && tail_lsn != 1) in xfs_log_move_tail()
891 free_bytes -= need_bytes; in xfs_log_move_tail()
1390 int need_bytes) in xlog_grant_push_ail() argument
1401 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_ail()
1415 free_threshold = BTOBB(need_bytes); in xlog_grant_push_ail()
2526 int need_bytes; in xlog_grant_log_space() local
[all …]