Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans.c201 ASSERT(tp->t_log_res == 0 || in xfs_trans_reserve()
202 tp->t_log_res == resp->tr_logres); in xfs_trans_reserve()
228 tp->t_log_res = resp->tr_logres; in xfs_trans_reserve()
256 tp->t_log_res = 0; in xfs_trans_reserve()
1041 tres.tr_logres = trans->t_log_res; in __xfs_trans_roll()
Dxfs_trans.h94 unsigned int t_log_res; /* amt of log space resvd */ member