Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_trans.c684 uint logcount) in xfs_trans_reserve() argument
714 (tp->t_log_count == logcount)); in xfs_trans_reserve()
724 error = xfs_log_reserve(tp->t_mountp, logspace, logcount, in xfs_trans_reserve()
731 tp->t_log_count = logcount; in xfs_trans_reserve()
Dxfs_bmap.c3846 unsigned int logcount; /* new log count */ in xfs_bmap_finish() local
3862 logcount = ntp->t_log_count; in xfs_bmap_finish()
3881 logcount))) in xfs_bmap_finish()
/linux-2.6.39/drivers/infiniband/ulp/ipoib/
Dipoib_multicast.c294 if (mcast->logcount++ < 20) in ipoib_mcast_sendonly_join_complete()
419 if (mcast->logcount++ < 20) { in ipoib_mcast_join_complete()
Dipoib.h138 unsigned char logcount; member