Searched refs:m_ail_lock (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_priv.h52 __releases(mp->m_ail_lock);
55 __releases(mp->m_ail_lock);
H A Dxfs_trans_ail.c279 unsigned long s) __releases(mp->m_ail_lock)
331 unsigned long s) __releases(mp->m_ail_lock)
H A Dxfs_mount.h76 #define AIL_LOCK(mp,s) s=mutex_spinlock(&(mp)->m_ail_lock)
77 #define AIL_UNLOCK(mp,s) mutex_spinunlock(&(mp)->m_ail_lock, s)
322 AIL_LOCK_T m_ail_lock; /* fs AIL mutex */ member in struct:xfs_mount
H A Dxfs_mount.c139 AIL_LOCKINIT(&mp->m_ail_lock, "xfs_ail");
180 AIL_LOCK_DESTROY(&mp->m_ail_lock);

Completed in 30 milliseconds