Searched refs:dq_hash (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dquota.h160 struct list_head dq_hash; /* Hash list in memory */ member in struct:dquot
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dquota.h160 struct list_head dq_hash; /* Hash list in memory */ member in struct:dquot
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddquot.c147 list_add(&dquot->dq_hash, head);
152 list_del(&dquot->dq_hash);
153 INIT_LIST_HEAD(&dquot->dq_hash);
162 dquot = list_entry(head, struct dquot, dq_hash);
470 INIT_LIST_HEAD(&dquot->dq_hash);

Completed in 42 milliseconds