Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_log.c104 int need_bytes);
729 int need_bytes, free_bytes, cycle, bytes; in xfs_log_move_tail() local
786 need_bytes = tic->t_unit_res*tic->t_cnt; in xfs_log_move_tail()
788 need_bytes = tic->t_unit_res; in xfs_log_move_tail()
789 if (free_bytes < need_bytes && tail_lsn != 1) in xfs_log_move_tail()
792 free_bytes -= need_bytes; in xfs_log_move_tail()
1294 int need_bytes) in xlog_grant_push_ail() argument
1306 ASSERT(BTOBB(need_bytes) < log->l_logBBsize); in xlog_grant_push_ail()
1320 free_threshold = BTOBB(need_bytes); in xlog_grant_push_ail()
2349 int need_bytes; in xlog_grant_log_space() local
[all …]