Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dquotaops.h157 extern const struct quotactl_ops dquot_quotactl_ops;
/linux-3.4.99/fs/jfs/
Dsuper.c476 sb->s_qcop = &dquot_quotactl_ops; in jfs_fill_super()
/linux-3.4.99/fs/quota/
Ddquot.c2553 const struct quotactl_ops dquot_quotactl_ops = { variable
2562 EXPORT_SYMBOL(dquot_quotactl_ops);
/linux-3.4.99/fs/ext2/
Dsuper.c1077 sb->s_qcop = &dquot_quotactl_ops; in ext2_fill_super()