Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dquotaops.h174 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/Linux-v5.15/fs/quota/
Ddquot.c2830 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2840 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/Linux-v5.15/fs/ocfs2/
Dsuper.c2034 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/Linux-v5.15/fs/ext4/
Dsuper.c4605 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()