Searched refs:dq_hash (Results 1 – 2 of 2) sorted by relevance
297 struct hlist_node dq_hash; /* Hash list in memory [dq_list_lock] */ member
291 hlist_add_head(&dquot->dq_hash, head); in insert_dquot_hash() 296 hlist_del_init(&dquot->dq_hash); in remove_dquot_hash() 304 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash) in find_dquot() 905 INIT_HLIST_NODE(&dquot->dq_hash); in get_empty_dquot() 990 WARN_ON_ONCE(hlist_unhashed(&dquot->dq_hash)); in dqget()