Home
last modified time | relevance | path

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

/linux-4.1.27/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.c2728 .get_dqblk = dquot_get_dqblk,
2739 .get_dqblk = dquot_get_dqblk,
/linux-4.1.27/fs/xfs/
Dxfs_quotaops.c269 .get_dqblk = xfs_fs_get_dqblk,
/linux-4.1.27/include/linux/
Dquota.h427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
/linux-4.1.27/fs/gfs2/
Dquota.c1670 .get_dqblk = gfs2_get_dqblk,
/linux-4.1.27/fs/reiserfs/
Dsuper.c812 .get_dqblk = dquot_get_dqblk,
/linux-4.1.27/fs/ext3/
Dsuper.c794 .get_dqblk = dquot_get_dqblk,
/linux-4.1.27/fs/ext4/
Dsuper.c1095 .get_dqblk = dquot_get_dqblk,