Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_trans_ail.c439 free_bytes = log->l_logsize - xlog_lsn_sub(log, max_lsn, min_lsn); in xfs_ail_calc_push_target()
746 xlog_lsn_sub(log, ailp->ail_head_lsn, tail_lsn)); in __xfs_ail_assign_tail_lsn()
H A Dxfs_log_priv.h597 xlog_lsn_sub( in xlog_lsn_sub() function
H A Dxfs_log.c163 int64_t diff = xlog_lsn_sub(log, new_head, old_head); in xlog_grant_return_space()