Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans.c161 ASSERT(tp->t_log_count == 0 || in xfs_trans_reserve()
162 tp->t_log_count == resp->tr_logcount); in xfs_trans_reserve()
187 tp->t_log_count = resp->tr_logcount; in xfs_trans_reserve()
1048 tres.tr_logcount = trans->t_log_count; in xfs_trans_roll()
Dxfs_trans.h106 unsigned int t_log_count; /* count for perm log res */ member