Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dquotaops.h176 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/linux-6.1.9/fs/quota/
Ddquot.c2854 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2864 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/linux-6.1.9/fs/ocfs2/
Dsuper.c2019 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-6.1.9/fs/ext4/
Dsuper.c5254 sb->s_qcop = &dquot_quotactl_sysfile_ops; in __ext4_fill_super()