Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_trans.c231 uint logspace, in xfs_trans_reserve() argument
264 if (logspace > 0) { in xfs_trans_reserve()
265 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace)); in xfs_trans_reserve()
277 error = xfs_log_reserve(tp->t_mountp, logspace, logcount, in xfs_trans_reserve()
283 tp->t_log_res = logspace; in xfs_trans_reserve()
309 if (logspace > 0) { in xfs_trans_reserve()