Home
last modified time | relevance | path

Searched refs:set_dqblk (Results 1 – 7 of 7) sorted by relevance

/linux/fs/quota/
H A Dquota.c304 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 Ddquot.c2909 .set_dqblk = dquot_set_dqblk
/linux/fs/xfs/
H A Dxfs_quotaops.c288 .set_dqblk = xfs_fs_set_dqblk,
/linux/include/linux/
H A Dquota.h440 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); member
/linux/fs/bcachefs/
H A Dquota.c889 .set_dqblk = bch2_set_quota,
/linux/fs/ext2/
H A Dsuper.c334 .set_dqblk = dquot_set_dqblk,
/linux/fs/ext4/
H A Dsuper.c1624 .set_dqblk = dquot_set_dqblk,