Searched refs:set_dqblk (Results 1 – 7 of 7) sorted by relevance
/linux/fs/quota/ |
H A D | quota.c | 304 if (!sb->s_qcop->set_dqblk) in quota_setquota() 310 return sb->s_qcop->set_dqblk(sb, qid, &fdq); in quota_setquota() 633 if (!sb->s_qcop->set_dqblk) in quota_setxquota() 654 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
|
H A D | dquot.c | 2909 .set_dqblk = dquot_set_dqblk
|
/linux/fs/xfs/ |
H A D | xfs_quotaops.c | 288 .set_dqblk = xfs_fs_set_dqblk,
|
/linux/include/linux/ |
H A D | quota.h | 440 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
|
/linux/fs/bcachefs/ |
H A D | quota.c | 889 .set_dqblk = bch2_set_quota,
|
/linux/fs/ext2/ |
H A D | super.c | 334 .set_dqblk = dquot_set_dqblk,
|
/linux/fs/ext4/ |
H A D | super.c | 1624 .set_dqblk = dquot_set_dqblk,
|