Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.h329 struct mutex m_growlock; /* growfs mutex */ member
H A Dxfs_ioctl.c1087 mutex_lock(&mp->m_growlock); in xfs_ioc_setlabel()
1089 mutex_unlock(&mp->m_growlock); in xfs_ioc_setlabel()
H A Dxfs_rtalloc.c1421 if (!mutex_trylock(&mp->m_growlock)) in xfs_growfs_rt()
1528 mutex_unlock(&mp->m_growlock); in xfs_growfs_rt()
H A Dxfs_super.c2301 mutex_init(&mp->m_growlock); in xfs_init_fs_context()