Searched refs:qh_list (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot.h36 struct list_head qh_list; member in struct:xfs_dqhash
H A Dxfs_qm_syscalls.c972 list_add(&dqp->q_hashlist, &h->qh_list);
1086 list_for_each_entry(d, &h->qh_list, q_hashlist) {
1246 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
1251 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
H A Dxfs_dquot.c743 list_for_each_entry(dqp, &qh->qh_list, q_hashlist) {
803 list_move(&dqp->q_hashlist, &qh->qh_list);
1004 list_add(&dqp->q_hashlist, &h->qh_list);
H A Dxfs_qm.c1183 INIT_LIST_HEAD(&list->qh_list);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_dquot.h36 struct list_head qh_list; member in struct:xfs_dqhash
H A Dxfs_qm_syscalls.c972 list_add(&dqp->q_hashlist, &h->qh_list);
1086 list_for_each_entry(d, &h->qh_list, q_hashlist) {
1246 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
1251 list_for_each_entry_safe(d, n, &h->qh_list, q_hashlist) {
H A Dxfs_dquot.c743 list_for_each_entry(dqp, &qh->qh_list, q_hashlist) {
803 list_move(&dqp->q_hashlist, &qh->qh_list);
1004 list_add(&dqp->q_hashlist, &h->qh_list);
H A Dxfs_qm.c1183 INIT_LIST_HEAD(&list->qh_list);

Completed in 182 milliseconds