Home
last modified time | relevance | path

Searched refs:dq_hash (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dquota.h297 struct hlist_node dq_hash; /* Hash list in memory [dq_list_lock] */ member
/openbmc/linux/fs/quota/
H A Ddquot.c293 hlist_add_head(&dquot->dq_hash, head); in insert_dquot_hash()
298 hlist_del_init(&dquot->dq_hash); in remove_dquot_hash()
306 hlist_for_each_entry(dquot, dquot_hash+hashent, dq_hash) in find_dquot()
914 INIT_HLIST_NODE(&dquot->dq_hash); in get_empty_dquot()
999 WARN_ON_ONCE(hlist_unhashed(&dquot->dq_hash)); in dqget()