taglinefilesource code
dq_type102fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
dq_type114fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
dq_type215fs/dquot.cshort type = dquot->dq_type;
dq_type245fs/dquot.cshort type = dquot->dq_type;
dq_type283fs/dquot.cif (type != -1 && dquot->dq_type != type)
dq_type304fs/dquot.cif (dquot->dq_dev != dev || dquot->dq_type != type)
dq_type463fs/dquot.cquotatypes[dquot->dq_type], dquot->dq_id);
dq_type569fs/dquot.cdquot->dq_type = type;
dq_type166include/linux/quota.hshort dq_type;    /* type of quota */