tag | line | file | source code |
dq_next | 82 | fs/dquot.c | dquot->dq_next = first_dquot; |
dq_next | 84 | fs/dquot.c | dquot->dq_next->dq_prev = dquot; |
dq_next | 85 | fs/dquot.c | dquot->dq_prev->dq_next = dquot; |
dq_next | 92 | fs/dquot.c | first_dquot = first_dquot->dq_next; |
dq_next | 93 | fs/dquot.c | if (dquot->dq_next) |
dq_next | 94 | fs/dquot.c | dquot->dq_next->dq_prev = dquot->dq_prev; |
dq_next | 96 | fs/dquot.c | dquot->dq_prev->dq_next = dquot->dq_next; |
dq_next | 97 | fs/dquot.c | dquot->dq_next = dquot->dq_prev = NODQUOT; |
dq_next | 130 | fs/dquot.c | dquot->dq_prev->dq_next = dquot; |
dq_next | 131 | fs/dquot.c | dquot->dq_next = first_dquot; |
dq_next | 132 | fs/dquot.c | dquot->dq_next->dq_prev = dquot; |
dq_next | 147 | fs/dquot.c | dquot->dq_next = dquot->dq_prev = first_dquot = dquot++; |
dq_next | 282 | fs/dquot.c | for (i = 0; i < nr_dquots * 2; i++, dquot = dquot->dq_next) { |
dq_next | 305 | fs/dquot.c | next = dquot->dq_next; |
dq_next | 498 | 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 */ |