sysfs_ops         820 arch/x86/kernel/cpu/intel_cacheinfo.c static struct sysfs_ops sysfs_ops = {
sysfs_ops         826 arch/x86/kernel/cpu/intel_cacheinfo.c 	.sysfs_ops	= &sysfs_ops,
sysfs_ops         831 arch/x86/kernel/cpu/intel_cacheinfo.c 	.sysfs_ops	= &sysfs_ops,
sysfs_ops         380 arch/x86/kernel/cpu/mcheck/mce_amd_64.c static struct sysfs_ops threshold_ops = {
sysfs_ops         386 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	.sysfs_ops = &threshold_ops,
sysfs_ops         281 block/blk-integrity.c static struct sysfs_ops integrity_ops = {
sysfs_ops         305 block/blk-integrity.c 	.sysfs_ops	= &integrity_ops,
sysfs_ops         321 block/blk-sysfs.c static struct sysfs_ops queue_sysfs_ops = {
sysfs_ops         327 block/blk-sysfs.c 	.sysfs_ops	= &queue_sysfs_ops,
sysfs_ops         200 block/cmd-filter.c static struct sysfs_ops rcf_sysfs_ops = {
sysfs_ops         206 block/cmd-filter.c 	.sysfs_ops = &rcf_sysfs_ops,
sysfs_ops         993 block/elevator.c static struct sysfs_ops elv_sysfs_ops = {
sysfs_ops         999 block/elevator.c 	.sysfs_ops	= &elv_sysfs_ops,
sysfs_ops         151 fs/dlm/lockspace.c static struct sysfs_ops dlm_attr_ops = {
sysfs_ops         158 fs/dlm/lockspace.c 	.sysfs_ops     = &dlm_attr_ops,
sysfs_ops         167 fs/gfs2/locking/dlm/sysfs.c static struct sysfs_ops gdlm_attr_ops = {
sysfs_ops         174 fs/gfs2/locking/dlm/sysfs.c 	.sysfs_ops     = &gdlm_attr_ops,
sysfs_ops         200 fs/gfs2/sys.c  static struct sysfs_ops gfs2_attr_ops = {
sysfs_ops         207 fs/gfs2/sys.c  	.sysfs_ops     = &gfs2_attr_ops,
sysfs_ops         136 fs/ocfs2/cluster/masklog.c static struct sysfs_ops mlog_attr_ops = {
sysfs_ops         143 fs/ocfs2/cluster/masklog.c 	.sysfs_ops     = &mlog_attr_ops,
sysfs_ops          48 fs/sysfs/file.c 	struct sysfs_ops	* ops;
sysfs_ops          70 fs/sysfs/file.c 	struct sysfs_ops * ops = buffer->ops;
sysfs_ops         194 fs/sysfs/file.c 	struct sysfs_ops * ops = buffer->ops;
sysfs_ops         329 fs/sysfs/file.c 	struct sysfs_ops *ops;
sysfs_ops         337 fs/sysfs/file.c 	if (kobj->ktype && kobj->ktype->sysfs_ops)
sysfs_ops         338 fs/sysfs/file.c 		ops = kobj->ktype->sysfs_ops;
sysfs_ops          29 fs/sysfs/mount.c static const struct super_operations sysfs_ops = {
sysfs_ops          50 fs/sysfs/mount.c 	sb->s_op = &sysfs_ops;
sysfs_ops         106 include/linux/kobject.h 	struct sysfs_ops *sysfs_ops;
sysfs_ops         132 include/linux/kobject.h extern struct sysfs_ops kobj_sysfs_ops;
sysfs_ops         674 kernel/params.c static struct sysfs_ops module_sysfs_ops = {
sysfs_ops         696 kernel/params.c 	.sysfs_ops =	&module_sysfs_ops,
sysfs_ops         240 kernel/user.c  	.sysfs_ops = &kobj_sysfs_ops,
sysfs_ops         600 lib/kobject.c  	.sysfs_ops	= &kobj_sysfs_ops,
sysfs_ops         695 lib/kobject.c  struct sysfs_ops kobj_sysfs_ops = {
sysfs_ops         764 lib/kobject.c  	.sysfs_ops	= &kobj_sysfs_ops,
sysfs_ops        4231 mm/slub.c      static struct sysfs_ops slab_sysfs_ops = {
sysfs_ops        4237 mm/slub.c      	.sysfs_ops = &slab_sysfs_ops,
sysfs_ops          97 net/bridge/br_if.c 	.sysfs_ops = &brport_sysfs_ops,
sysfs_ops         257 net/bridge/br_private.h extern struct sysfs_ops brport_sysfs_ops;
sysfs_ops         205 net/bridge/br_sysfs_if.c struct sysfs_ops brport_sysfs_ops = {
sysfs_ops          90 samples/kobject/kset-example.c static struct sysfs_ops foo_sysfs_ops = {
sysfs_ops         180 samples/kobject/kset-example.c 	.sysfs_ops = &foo_sysfs_ops,