Searched refs:dqi_dirty_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dquota.h226 struct list_head dqi_dirty_list; /* List of dirty dquots [dq_list_lock] */ member in struct:mem_dqinfo
/linux-master/fs/quota/
H A Ddquot.c229 * releasing_dquots, free_dquots, dqi_dirty_list, and dquot_hash[] array.
249 * Dirty dquots are added to the dqi_dirty_list of quota_info when mark
252 * own (e.g. in a journal) and thus don't use dqi_dirty_list.
393 info[dquot->dq_id.type].dqi_dirty_list);
700 list_replace_init(&dqopt->info[cnt].dqi_dirty_list, &dirty);
2457 INIT_LIST_HEAD(&dqopt->info[type].dqi_dirty_list);

Completed in 134 milliseconds