Home
last modified time | relevance | path

Searched refs:dquot_quotactl_sysfile_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/
Dquotaops.h176 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/Linux-v6.1/fs/quota/
Ddquot.c2852 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2862 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/Linux-v6.1/fs/ocfs2/
Dsuper.c2016 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/Linux-v6.1/fs/ext4/
Dsuper.c5253 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()