Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dquotaops.h163 extern const struct quotactl_ops dquot_quotactl_sysfile_ops;
/linux-4.1.27/fs/quota/
Ddquot.c2733 const struct quotactl_ops dquot_quotactl_sysfile_ops = { variable
2742 EXPORT_SYMBOL(dquot_quotactl_sysfile_ops);
/linux-4.1.27/fs/ocfs2/
Dsuper.c2062 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ocfs2_initialize_super()
/linux-4.1.27/fs/ext4/
Dsuper.c4003 sb->s_qcop = &dquot_quotactl_sysfile_ops; in ext4_fill_super()