Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_trans.c334 uint logspace, in xfs_trans_reserve() argument
368 if (logspace > 0) { in xfs_trans_reserve()
369 ASSERT((tp->t_log_res == 0) || (tp->t_log_res == logspace)); in xfs_trans_reserve()
381 error = xfs_log_reserve(tp->t_mountp, logspace, logcount, in xfs_trans_reserve()
387 tp->t_log_res = logspace; in xfs_trans_reserve()
413 if (logspace > 0) { in xfs_trans_reserve()