Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_mount.h173 (*(mp)->m_qm_ops.xfs_qminit)(mp, mnt, fl)
175 (*(mp)->m_qm_ops.xfs_qmmount)(mp, mnt, fl, mfsi_flags)
177 (*(mp)->m_qm_ops.xfs_qmunmount)(mp)
179 (*(mp)->m_qm_ops.xfs_qmdone)(mp)
181 (*(mp)->m_qm_ops.xfs_dqrele)(dq)
183 (*(mp)->m_qm_ops.xfs_dqattach)(ip, fl)
185 (*(mp)->m_qm_ops.xfs_dqdetach)(ip)
187 (*(mp)->m_qm_ops.xfs_dqpurgeall)(mp, fl)
189 (*(mp)->m_qm_ops.xfs_dqvopalloc)(mp, ip, uid, gid, fl, dq1, dq2)
191 (*(mp)->m_qm_ops.xfs_dqvopcreate)(tp, ip, dq1, dq2)
[all …]
Dxfs_quota.h312 ((mp)->m_qm_ops.xfs_dqtrxops ? \
313 ((mp)->m_qm_ops.xfs_dqtrxops->op)(tp, ## args) : 0)
316 ((mp)->m_qm_ops.xfs_dqtrxops ? \
317 ((mp)->m_qm_ops.xfs_dqtrxops->op)(tp, ## args) : (void)0)
Dxfs_vfsops.c439 mp->m_qm_ops = p ? *(xfs_qmops_t *) vfs_bhv_custom(p) : xfs_qmcore_stub; in xfs_mount()