Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log.c835 int need_bytes, free_bytes, cycle, bytes; in xfs_log_move_tail() local
863 free_bytes = xlog_space_left(log, cycle, bytes); in xfs_log_move_tail()
867 if (free_bytes < tic->t_unit_res && tail_lsn != 1) in xfs_log_move_tail()
870 free_bytes -= tic->t_unit_res; in xfs_log_move_tail()
882 free_bytes = xlog_space_left(log, cycle, bytes); 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()
984 int free_bytes; in xlog_space_left() local
991 free_bytes = log->l_logsize - (bytes - tail_bytes); in xlog_space_left()
996 free_bytes = tail_bytes - bytes; in xlog_space_left()
[all …]