Searched refs:xfs_quotainfo_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.h128 } xfs_quotainfo_t; typedef in typeref:struct:xfs_quotainfo
H A Dxfs_qm.c1142 xfs_quotainfo_t *qinf;
1155 qinf = mp->m_quotainfo = kmem_zalloc(sizeof(xfs_quotainfo_t), KM_SLEEP);
1162 kmem_free(qinf, sizeof(xfs_quotainfo_t));
1251 xfs_quotainfo_t *qi;
1276 kmem_free(qi, sizeof(xfs_quotainfo_t));
H A Dxfs_trans_dquot.c625 xfs_quotainfo_t *q = mp->m_quotainfo;
H A Dxfs_dquot.c236 xfs_quotainfo_t *q = mp->m_quotainfo;

Completed in 54 milliseconds