Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_qm.h80 } xfs_quotainfo_t; typedef
Dxfs_qm.c39 STATIC void xfs_qm_destroy_quotainos(xfs_quotainfo_t *qi);
548 xfs_quotainfo_t *qinf) in xfs_qm_set_defquota()
649 qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), KM_SLEEP); in xfs_qm_init_quotainfo()
718 xfs_quotainfo_t *qi; in xfs_qm_destroy_quotainfo()
1588 xfs_quotainfo_t *qi) in xfs_qm_destroy_quotainos()
Dxfs_trans_dquot.c599 xfs_quotainfo_t *q = mp->m_quotainfo; in xfs_trans_dqresv()