Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.h200 extern void xfs_qm_dqdetach(xfs_inode_t *);
Dxfs_qm_bhv.c369 .xfs_dqdetach = xfs_qm_dqdetach,
Dxfs_qm.c462 xfs_qm_dqdetach(mp->m_rootip); in xfs_qm_unmount_quotas()
464 xfs_qm_dqdetach(mp->m_rbmip); in xfs_qm_unmount_quotas()
466 xfs_qm_dqdetach(mp->m_rsumip); in xfs_qm_unmount_quotas()
1013 xfs_qm_dqdetach( in xfs_qm_dqdetach() function