Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_qm.h86 } xfs_quotainfo_t; typedef
Dxfs_qm.c571 xfs_quotainfo_t *qinf; in xfs_qm_init_quotainfo()
577 qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), KM_SLEEP); in xfs_qm_init_quotainfo()
684 xfs_quotainfo_t *qi; in xfs_qm_destroy_quotainfo()
Dxfs_trans_dquot.c601 xfs_quotainfo_t *q = mp->m_quotainfo; in xfs_trans_dqresv()