Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_mount.h130 spinlock_t m_agirotor_lock;/* .. and lock protecting it */ member
Dxfs_ialloc.c433 spin_lock(&mp->m_agirotor_lock); in xfs_ialloc_next_ag()
437 spin_unlock(&mp->m_agirotor_lock); in xfs_ialloc_next_ag()
Dxfs_mount.c751 spin_lock_init(&mp->m_agirotor_lock); in xfs_mount_common()