tag | line | file | source code |
---|---|---|---|
hash_ent | 102 | fs/dquot.c | struct dquot **hash_ent; |
hash_ent | 104 | fs/dquot.c | hash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type); |
hash_ent | 105 | fs/dquot.c | dquot->dq_hash_next = *hash_ent; |
hash_ent | 109 | fs/dquot.c | *hash_ent = dquot; |
hash_ent | 114 | fs/dquot.c | struct dquot **hash_ent; |
hash_ent | 116 | fs/dquot.c | hash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type); |
hash_ent | 117 | fs/dquot.c | if (*hash_ent == dquot) |
hash_ent | 118 | fs/dquot.c | *hash_ent = dquot->dq_hash_next; |