| tag | line | file | source code |
| dq_next | 79 | fs/dquot.c | dquot->dq_next = first_dquot; |
| dq_next | 81 | fs/dquot.c | dquot->dq_next->dq_prev = dquot; |
| dq_next | 82 | fs/dquot.c | dquot->dq_prev->dq_next = dquot; |
| dq_next | 89 | fs/dquot.c | first_dquot = first_dquot->dq_next; |
| dq_next | 90 | fs/dquot.c | if (dquot->dq_next) |
| dq_next | 91 | fs/dquot.c | dquot->dq_next->dq_prev = dquot->dq_prev; |
| dq_next | 93 | fs/dquot.c | dquot->dq_prev->dq_next = dquot->dq_next; |
| dq_next | 94 | fs/dquot.c | dquot->dq_next = dquot->dq_prev = NODQUOT; |
| dq_next | 127 | fs/dquot.c | dquot->dq_prev->dq_next = dquot; |
| dq_next | 128 | fs/dquot.c | dquot->dq_next = first_dquot; |
| dq_next | 129 | fs/dquot.c | dquot->dq_next->dq_prev = dquot; |
| dq_next | 144 | fs/dquot.c | dquot->dq_next = dquot->dq_prev = first_dquot = dquot++; |
| dq_next | 279 | fs/dquot.c | for (i = 0; i < nr_dquots * 2; i++, dquot = dquot->dq_next) { |
| dq_next | 302 | fs/dquot.c | next = dquot->dq_next; |
| dq_next | 495 | fs/dquot.c | for (cnt = 0; cnt < nr_dquots; dquot = dquot->dq_next, cnt++) { |
| dq_next | 176 | include/linux/quota.h | struct dquot *dq_next; /* pointer to next dquot */ |