Searched refs:ns_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysfs/
H A Dsymlink.c31 enum kobj_ns_type ns_type; local
62 ns_type = sysfs_ns_type(parent_sd);
63 if (ns_type)
69 /* Symlinks must be between directories with the same ns_type */
70 if (!ns_type ||
71 (ns_type == sysfs_ns_type(sd->s_symlink.target_sd->s_parent))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dcore.c139 if (dev->class && dev->class->ns_type)
627 return dir->class->ns_type;
676 else if (parent->class && !dev->class->ns_type)
H A Dclass.c71 return class->ns_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddevice.h211 const struct kobj_ns_type_operations *ns_type; member in class:__anon17314
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet-sysfs.c860 .ns_type = &net_ns_type_operations,

Completed in 162 milliseconds