Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_trans.c712 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace)); in xfs_trans_reserve()
730 tp->t_log_res = logspace; in xfs_trans_reserve()
764 tp->t_log_res = 0; in xfs_trans_reserve()
1967 logres = trans->t_log_res; in xfs_trans_roll()
Dxfs_trans.h389 unsigned int t_log_res; /* amt of log space resvd */ member
432 #define xfs_trans_get_log_res(tp) ((tp)->t_log_res)
Dxfs_bmap.c3861 logres = ntp->t_log_res; in xfs_bmap_finish()