Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Dquota.c211 if (!sb->s_qcop->get_dqblk) in quota_getquota()
216 ret = sb->s_qcop->get_dqblk(sb, qid, &fdq); in quota_getquota()
614 if (!sb->s_qcop->get_dqblk) in quota_getxquota()
619 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
Ddquot.c2766 .get_dqblk = dquot_get_dqblk,
2777 .get_dqblk = dquot_get_dqblk,
/linux-4.4.14/fs/xfs/
Dxfs_quotaops.c269 .get_dqblk = xfs_fs_get_dqblk,
/linux-4.4.14/include/linux/
Dquota.h427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
/linux-4.4.14/fs/gfs2/
Dquota.c1716 .get_dqblk = gfs2_get_dqblk,
/linux-4.4.14/fs/reiserfs/
Dsuper.c812 .get_dqblk = dquot_get_dqblk,
/linux-4.4.14/fs/ext4/
Dsuper.c1112 .get_dqblk = dquot_get_dqblk,