Searched refs:get_dqblk (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/quota/ |
H A D | quota.c | 209 if (!sb->s_qcop->get_dqblk) in quota_getquota() 214 ret = sb->s_qcop->get_dqblk(sb, qid, &fdq); in quota_getquota() 713 if (!sb->s_qcop->get_dqblk) in quota_getxquota() 718 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
|
H A D | dquot.c | 2918 .get_dqblk = dquot_get_dqblk,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_quotaops.c | 277 .get_dqblk = xfs_fs_get_dqblk,
|
/openbmc/linux/include/linux/ |
H A D | quota.h | 437 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 175 .get_dqblk = dquot_get_dqblk,
|
/openbmc/linux/fs/ext2/ |
H A D | super.c | 334 .get_dqblk = dquot_get_dqblk,
|
/openbmc/linux/fs/gfs2/ |
H A D | quota.c | 1774 .get_dqblk = gfs2_get_dqblk,
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 858 .get_dqblk = dquot_get_dqblk,
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 3123 .get_dqblk = dquot_get_dqblk,
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 1629 .get_dqblk = dquot_get_dqblk,
|