Searched refs:get_dqblk (Results 1 – 10 of 10) sorted by relevance
/linux/fs/quota/ |
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()
|
A D | dquot.c | 2836 .get_dqblk = dquot_get_dqblk,
|
/linux/fs/xfs/ |
A D | xfs_quotaops.c | 277 .get_dqblk = xfs_fs_get_dqblk,
|
/linux/include/linux/ |
A D | quota.h | 435 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
|
/linux/fs/jfs/ |
A D | super.c | 175 .get_dqblk = dquot_get_dqblk,
|
/linux/fs/ext2/ |
A D | super.c | 337 .get_dqblk = dquot_get_dqblk,
|
/linux/fs/gfs2/ |
A D | quota.c | 1768 .get_dqblk = gfs2_get_dqblk,
|
/linux/fs/reiserfs/ |
A D | super.c | 858 .get_dqblk = dquot_get_dqblk,
|
/linux/fs/f2fs/ |
A D | super.c | 2892 .get_dqblk = dquot_get_dqblk,
|
/linux/fs/ext4/ |
A D | super.c | 1631 .get_dqblk = dquot_get_dqblk,
|
Completed in 39 milliseconds