Searched refs:get_dqblk (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/quota/ |
D | quota.c | 211 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()
|
D | dquot.c | 2766 .get_dqblk = dquot_get_dqblk, 2777 .get_dqblk = dquot_get_dqblk,
|
/linux-4.4.14/fs/xfs/ |
D | xfs_quotaops.c | 269 .get_dqblk = xfs_fs_get_dqblk,
|
/linux-4.4.14/include/linux/ |
D | quota.h | 427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
|
/linux-4.4.14/fs/gfs2/ |
D | quota.c | 1716 .get_dqblk = gfs2_get_dqblk,
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 812 .get_dqblk = dquot_get_dqblk,
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1112 .get_dqblk = dquot_get_dqblk,
|