Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dquotaops.h165 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/Linux-v5.4/fs/quota/
Ddquot.c2848 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2858 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/Linux-v5.4/fs/ocfs2/
Dsuper.c2016 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/Linux-v5.4/fs/ext4/
Dsuper.c4305 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()