| tag | line | file | source code |
|---|---|---|---|
| hash_ent | 99 | fs/dquot.c | struct dquot **hash_ent; |
| hash_ent | 101 | fs/dquot.c | hash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type); |
| hash_ent | 102 | fs/dquot.c | dquot->dq_hash_next = *hash_ent; |
| hash_ent | 106 | fs/dquot.c | *hash_ent = dquot; |
| hash_ent | 111 | fs/dquot.c | struct dquot **hash_ent; |
| hash_ent | 113 | fs/dquot.c | hash_ent = hash(dquot->dq_dev, dquot->dq_id, dquot->dq_type); |
| hash_ent | 114 | fs/dquot.c | if (*hash_ent == dquot) |
| hash_ent | 115 | fs/dquot.c | *hash_ent = dquot->dq_hash_next; |