Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddqblk_qtree.h43 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
/linux/fs/quota/
H A Dquota_tree.c719 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_read_dquot() function
779 EXPORT_SYMBOL(qtree_read_dquot);
H A Dquota_v2.c344 ret = qtree_read_dquot( in v2_read_dquot()
/linux/fs/ocfs2/
H A Dquota_global.c833 status = qtree_read_dquot(&info->dqi_gi, dquot); in ocfs2_acquire_dquot()