taglinefilesource code
hash_ent99fs/dquot.cstruct dquot **hash_ent;
hash_ent101fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash_ent102fs/dquot.cdquot->dq_hash_next = *hash_ent;
hash_ent106fs/dquot.c*hash_ent = dquot;
hash_ent111fs/dquot.cstruct dquot **hash_ent;
hash_ent113fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash_ent114fs/dquot.cif (*hash_ent == dquot)
hash_ent115fs/dquot.c*hash_ent = dquot->dq_hash_next;