taglinefilesource code
hash_ent102fs/dquot.cstruct dquot **hash_ent;
hash_ent104fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash_ent105fs/dquot.cdquot->dq_hash_next = *hash_ent;
hash_ent109fs/dquot.c*hash_ent = dquot;
hash_ent114fs/dquot.cstruct dquot **hash_ent;
hash_ent116fs/dquot.chash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type);
hash_ent117fs/dquot.cif (*hash_ent == dquot)
hash_ent118fs/dquot.c*hash_ent = dquot->dq_hash_next;