Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_qmops.c57 xfs_qmops_t xfs_qmcore_stub = {
Dxfs_mount.h170 } xfs_qmops_t; typedef
Dxfs_vfsops.c439 mp->m_qm_ops = p ? *(xfs_qmops_t *) vfs_bhv_custom(p) : xfs_qmcore_stub; in xfs_mount()