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

/linux-master/fs/xfs/
H A Dxfs_qm.c551 struct xfs_quotainfo *qinf)
561 defq = xfs_get_defquota(qinf, xfs_dquot_type(dqp));
582 struct xfs_quotainfo *qinf = mp->m_quotainfo; local
587 defq = xfs_get_defquota(qinf, type);
627 struct xfs_quotainfo *qinf; local
632 qinf = mp->m_quotainfo = kzalloc(sizeof(struct xfs_quotainfo),
635 error = list_lru_init(&qinf->qi_lru);
647 INIT_RADIX_TREE(&qinf->qi_uquota_tree, GFP_KERNEL);
648 INIT_RADIX_TREE(&qinf->qi_gquota_tree, GFP_KERNEL);
649 INIT_RADIX_TREE(&qinf
548 xfs_qm_set_defquota( struct xfs_mount *mp, xfs_dqtype_t type, struct xfs_quotainfo *qinf) argument
[all...]

Completed in 97 milliseconds