Searched refs:xlog_space_left (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_log.c | 71 STATIC int xlog_space_left(xlog_t *log, int cycle, int bytes); 764 free_bytes = xlog_space_left(log, cycle, bytes); in xfs_log_move_tail() 783 free_bytes = xlog_space_left(log, cycle, bytes); in xfs_log_move_tail() 887 xlog_space_left(xlog_t *log, int cycle, int bytes) in xlog_space_left() function 1309 free_bytes = xlog_space_left(log, in xlog_grant_push_ail() 2396 free_bytes = xlog_space_left(log, log->l_grant_reserve_cycle, in xlog_grant_log_space() 2496 free_bytes = xlog_space_left(log, log->l_grant_write_cycle, in xlog_regrant_write_log_space() 2538 free_bytes = xlog_space_left(log, log->l_grant_write_cycle, in xlog_regrant_write_log_space()
|