Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_trans.h94 unsigned int t_log_res; /* amt of log space resvd */ member
136 #define xfs_trans_get_log_res(tp) ((tp)->t_log_res)
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()
263 tp->t_log_res = 0; in xfs_trans_reserve()
1063 tres.tr_logres = trans->t_log_res; in xfs_trans_roll()
Dxfs_bmap_util.c94 tres.tr_logres = ntp->t_log_res; in xfs_bmap_finish()