taglinefilesource code
dq_type104fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
dq_type116fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
dq_type217fs/dquot.cshort type = dquot->dq_type;
dq_type247fs/dquot.cshort type = dquot->dq_type;
dq_type285fs/dquot.cif (type != -1 && dquot->dq_type != type)
dq_type306fs/dquot.cif (dquot->dq_dev != dev || dquot->dq_type != type)
dq_type465fs/dquot.cquotatypes[dquot->dq_type], dquot->dq_id);
dq_type571fs/dquot.cdquot->dq_type = type;
dq_type168include/linux/quota.hshort dq_type;    /* type of quota */