Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_trans.c203 ASSERT(tp->t_log_count == 0 || in xfs_trans_reserve()
204 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
229 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
1042 tres.tr_logcount = trans->t_log_count; in __xfs_trans_roll()
Dxfs_trans.h95 unsigned int t_log_count; /* count for perm log res */ member