Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dquotaops.h174 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/Linux-v5.10/fs/quota/
Ddquot.c2832 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2842 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/Linux-v5.10/fs/ocfs2/
Dsuper.c2038 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/Linux-v5.10/fs/ext4/
Dsuper.c4744 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()