Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dmutex.h48 #define mutex_destroy(lock) sema_init(lock, -99) macro
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.c208 mutex_destroy(&qcheck_lock); in xfs_qm_destroy()
1301 mutex_destroy(&qi->qi_quotaofflock); in xfs_qm_destroy_quotainfo()
1327 mutex_destroy(&(list->qh_lock)); in xfs_qm_list_destroy()
2784 mutex_destroy(&ql->qh_lock); in xfs_qm_freelist_destroy()
Dxfs_dquot.c172 mutex_destroy(&dqp->q_qlock); in xfs_qm_dqdestroy()
/linux-2.4.37.9/fs/xfs/
Dxfs_mount.c177 mutex_destroy(&mp->m_ilock); in xfs_mount_free()