Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Ddqblk_qtree.h41 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot);
/linux-4.4.14/fs/quota/
Dquota_tree.c599 int qtree_read_dquot(struct qtree_mem_dqinfo *info, struct dquot *dquot) in qtree_read_dquot() function
659 EXPORT_SYMBOL(qtree_read_dquot);
Dquota_v2.c288 return qtree_read_dquot(sb_dqinfo(dquot->dq_sb, dquot->dq_id.type)->dqi_priv, dquot); in v2_read_dquot()
/linux-4.4.14/fs/ocfs2/
Dquota_global.c807 status = qtree_read_dquot(&info->dqi_gi, dquot); in ocfs2_acquire_dquot()