Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Ddquot.c153 static struct list_head dquot_hash[NR_DQHASH]; variable
185 struct list_head *head = dquot_hash + hashfn(dquot->dq_sb, dquot->dq_id, dquot->dq_type); in insert_dquot_hash()
200 for (head = dquot_hash[hashent].next; head != dquot_hash+hashent; head = head->next) { in find_dquot()
1526 INIT_LIST_HEAD(dquot_hash + i); in dquot_init()