Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_qm.h80 } xfs_quotainfo_t; typedef
Dxfs_qm.c35 STATIC void xfs_qm_destroy_quotainos(xfs_quotainfo_t *qi);
544 xfs_quotainfo_t *qinf) in xfs_qm_set_defquota()
645 qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), 0); in xfs_qm_init_quotainfo()
714 xfs_quotainfo_t *qi; in xfs_qm_destroy_quotainfo()
1562 xfs_quotainfo_t *qi) in xfs_qm_destroy_quotainos()
Dxfs_trans_dquot.c588 xfs_quotainfo_t *q = mp->m_quotainfo; in xfs_trans_dqresv()