Searched refs:get_dqblk (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 | 2728 .get_dqblk = dquot_get_dqblk, 2739 .get_dqblk = dquot_get_dqblk,
|
/linux-4.1.27/fs/xfs/ |
D | xfs_quotaops.c | 269 .get_dqblk = xfs_fs_get_dqblk,
|
/linux-4.1.27/include/linux/ |
D | quota.h | 427 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
|
/linux-4.1.27/fs/gfs2/ |
D | quota.c | 1670 .get_dqblk = gfs2_get_dqblk,
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 812 .get_dqblk = dquot_get_dqblk,
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 794 .get_dqblk = dquot_get_dqblk,
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1095 .get_dqblk = dquot_get_dqblk,
|