Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dquotaops.h162 extern const struct quotactl_ops dquot_quotactl_ops;
/linux-4.4.14/fs/jfs/
Dsuper.c539 sb->s_qcop = &dquot_quotactl_ops; in jfs_fill_super()
/linux-4.4.14/fs/quota/
Ddquot.c2760 const struct quotactl_ops dquot_quotactl_ops = { variable
2769 EXPORT_SYMBOL(dquot_quotactl_ops);
/linux-4.4.14/fs/ext2/
Dsuper.c1116 sb->s_qcop = &dquot_quotactl_ops; in ext2_fill_super()