Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c265 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace)); in xfs_trans_reserve()
283 tp->t_log_res = logspace; in xfs_trans_reserve()
317 tp->t_log_res = 0; in xfs_trans_reserve()
Dxfs_trans.h372 unsigned int t_log_res; /* amt of log space resvd */ member
966 #define xfs_trans_get_log_res(tp) ((tp)->t_log_res)
Dxfs_attr_leaf.c3015 logres = trans->t_log_res; in xfs_attr_rolltrans()
Dxfs_bmap.c4039 logres = ntp->t_log_res; in xfs_bmap_finish()