Home
last modified time | relevance | path

Searched refs:ns_type (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/fs/sysfs/
Dsymlink.c31 enum kobj_ns_type ns_type; in sysfs_do_create_link() local
62 ns_type = sysfs_ns_type(parent_sd); in sysfs_do_create_link()
63 if (ns_type) in sysfs_do_create_link()
70 if (!ns_type || in sysfs_do_create_link()
71 (ns_type == sysfs_ns_type(sd->s_symlink.target_sd->s_parent))) { in sysfs_do_create_link()
/linux-3.4.99/net/wireless/
Dsysfs.c141 .ns_type = &net_ns_type_operations,
/linux-3.4.99/drivers/base/
Dcore.c205 if (dev->class && dev->class->ns_type) in device_namespace()
689 return dir->class->ns_type; in class_dir_child_ns_type()
747 else if (parent->class && !dev->class->ns_type) in get_device_parent()
Dclass.c83 return class->ns_type; in class_child_ns_type()
/linux-3.4.99/include/linux/
Ddevice.h348 const struct kobj_ns_type_operations *ns_type; member
/linux-3.4.99/net/core/
Dnet-sysfs.c1429 .ns_type = &net_ns_type_operations,