/linux-4.1.27/Documentation/acpi/ |
D | namespace.txt | 9 The Linux ACPI subsystem converts ACPI namespace objects into a Linux 39 data structure called the ACPI namespace whose topology reflects the 79 All definition blocks are loaded into a single namespace. The namespace 82 namespace: 88 5. The '\' symbol represents the root of the namespace (i.e. names 89 prepended with '\' are relative to the namespace root). 90 6. The '^' symbol represents the parent of the current namespace node 92 current namespace node). 94 The figure below shows an example ACPI namespace. 101 +-| _PR | Scope(_PR): the processor namespace [all …]
|
D | scan_handlers.txt | 6 During system initialization and ACPI-based device hot-add, the ACPI namespace 9 registered with the driver core for every device object in the ACPI namespace 10 and the hierarchy of those struct acpi_device objects reflects the namespace 11 layout (i.e. parent device objects in the namespace are represented by parent 20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic 48 The namespace scanning function, acpi_bus_scan(), first registers all of the 49 device nodes in the given namespace scope with the driver core. Then, it tries 62 the namespace scan should be terminated due to a serious error. The error code 65 The namespace trimming function, acpi_bus_trim(), first executes .detach() 66 callbacks from the scan handlers of all device nodes in the given namespace [all …]
|
D | enumeration.txt | 8 SoC/Chipset to appear only in ACPI namespace. These are typically devices 27 the ACPI namespace. 30 enumerated from ACPI namespace. This handle can be used to extract other 146 Here is what the ACPI namespace for a SPI slave might look like: 340 parts of the ACPI namespace that relate to them. In the Linux MFD subsystem 350 If the ACPI namespace has a device that we can match using an ACPI id,
|
D | method-customizing.txt | 43 Note that the full pathname of the method in ACPI namespace
|
/linux-4.1.27/Documentation/filesystems/ |
D | sysfs-tagging.txt | 8 namespace active multiple devices with the same name can show up in 15 By using the network namespace pointers as tags to separate out the 24 point to the namespace to which it belongs. 27 *ns[KOBJ_NS_TYPES]. When a task in a tagging namespace 30 s_fs_info->ns[kobj_nstype] set to the new namespace. Note that 33 namespace exits, it will call kobj_ns_exit() to invalidate any 39 - current_ns() which returns current's namespace 40 - netlink_ns() which returns a socket's namespace
|
D | sharedsubtree.txt | 20 A process wants to clone its own namespace, but still wants to access the CD 24 It provides the necessary building blocks for features like per-user-namespace 152 A) A process wants to clone its own namespace, but still wants to 161 Now any process that clones off a new namespace will have a 163 parent namespace. 179 A new process can clone off a new namespace. And mark some part 180 of its namespace as slave 185 process will not show up in any other namespace. However mounts 186 done in the parent namespace under /myprivatetree still shows 187 up in the process's namespace. [all …]
|
D | automount-support.txt | 28 (c) Call do_add_mount() to install the new vfsmount into the namespace's 80 from the namespace and thrown away (effectively unmounted). 93 If a namespace is copied, all mountpoints contained therein will be copied,
|
D | xfs.txt | 219 When specified, all filesystem namespace operations are 220 executed synchronously. This ensures that when the namespace 222 namespace is on stable storage. This is useful in HA setups 224 inconsistent namespace presentation during or after a
|
D | hfs.txt | 58 filesystems namespace which is kind of a cludge and makes the semantics for
|
D | ceph.txt | 35 in-memory cache above the file namespace that is extremely scalable,
|
D | 9p.txt | 40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
|
D | path-lookup.txt | 6 will be resolved. Paths are resolved by walking the namespace tree, starting 44 the namespace. A path is represented as a (dentry, vfsmount) tuple. The name
|
D | vfat.txt | 255 the 8.3 namespace and are written on Windows NT to be lowercase will
|
D | proc.txt | 225 NStgid descendant namespace thread group ID hierarchy 226 NSpid descendant namespace process ID hierarchy 227 NSpgid descendant namespace process group ID hierarchy 228 NSsid descendant namespace session ID hierarchy
|
D | porting | 355 vfs namespace).
|
D | ntfs.txt | 159 namespace. Otherwise the default behaviour is to treat
|
D | vfs.txt | 98 request is made to mount a filesystem onto a directory in your namespace, 1153 functions in fs/namespace.c.
|
/linux-4.1.27/Documentation/namespaces/ |
D | compatibility-list.txt | 7 occur when tasks share some namespace (the columns) while living 23 other task living in a different namespace via a shared filesystem 25 within the namespace it was obtained in and may refer to some 26 other object in another namespace. 30 words, user 10 in one user namespace shouldn't have the same 32 namespace.
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 50 bool "Use NFS namespace if available" 53 Allows you to utilize NFS namespace on NetWare servers. It brings 58 bool "Use LONG (OS/2) namespace if available" 61 Allows you to utilize OS2/LONG namespace on NetWare servers. 62 Filenames in this namespace are limited to 255 characters, they are 71 the OS2/LONG namespace and created under DOS or on a volume using 72 DOS namespace will be converted to lowercase characters. 75 This is only a cosmetic option since the OS2/LONG namespace is case 77 compatibility when moving from DOS to OS2/LONG namespace support.
|
D | ncplib_kernel.c | 482 __u8 *namespace; in ncp_get_known_namespace() local 497 namespace = ncp_reply_data(server, 2); in ncp_get_known_namespace() 500 ncp_dbg(1, "found %d on %d\n", *namespace, volume); in ncp_get_known_namespace() 503 if ((*namespace == NW_NS_NFS) && !(server->m.flags&NCP_MOUNT_NO_NFS)) in ncp_get_known_namespace() 510 if ((*namespace == NW_NS_OS2) && !(server->m.flags&NCP_MOUNT_NO_OS2)) in ncp_get_known_namespace() 515 namespace += 1; in ncp_get_known_namespace()
|
D | ioctl.c | 384 sr.namespace = server->name_space[sr.volNumber]; in __ncp_ioctl() 392 sr.namespace = 0; in __ncp_ioctl() 425 sr.namespace, sr.dirEntNum, in __ncp_ioctl()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-firmware_node | 15 namespace. This attribute is read-only. If the device does not have 16 an _STR method associated with it in the ACPI namespace, this
|
D | sysfs-devices-sun | 6 method in the ACPI namespace. The value is written in Advanced
|
D | sysfs-bus-acpi | 5 This attribute indicates the full path of ACPI namespace
|
/linux-4.1.27/Documentation/ |
D | unshare.txt | 58 from default shared namespace. The following lists two use-cases 64 the kernel's per-process namespace mechanism. Polyinstantiated directories, 68 module can easily setup a private namespace for a user at login. 129 of execution context, such as the namespace, is shared by default 151 If CLONE_NEWNS is set, the namespace of the caller is 152 disassociated from the shared namespace. 194 both virtual memory and namespace. After successfully unsharing 196 new namespace structure, the error return code will have to 272 namespace without specifying unsharing of filesystem, correctly 273 unshares both namespace and filesystem information. [all …]
|
D | kobject.txt | 291 const void *(*namespace)(struct kobject *kobj);
|
D | devices.txt | 75 Finally, sometimes I have to play "namespace police." Please don't be 2704 The namespace in these directories is maintained by 2724 The namespace in these directories is maintained by 3353 namespace and enables the kernel to automatically create the device
|
D | CodingStyle | 665 5) namespace collisions when defining local variables in macros resembling
|
D | pinctrl.txt | 1315 hidden behind the gpio_*() function namespace. In this case, the driver
|
D | kernel-parameters.txt | 302 exist in the ACPI namespace. NOTE that such command can
|
/linux-4.1.27/ipc/ |
D | Makefile | 10 obj-$(CONFIG_IPC_NS) += namespace.o
|
/linux-4.1.27/lib/ |
D | kobject_uevent.c | 102 if (ops && ops->netlink_ns && kobj->ktype->namespace) { in kobj_bcast_filter() 104 ns = kobj->ktype->namespace(kobj); in kobj_bcast_filter() 121 ns = kobj->ktype->namespace(kobj); in kobj_usermode_filter()
|
D | kobject.c | 37 return kobj->ktype->namespace(kobj); in kobject_namespace()
|
/linux-4.1.27/Documentation/networking/ |
D | ipvlan.txt | 36 default namespace. 61 namespace where L2 on the slave could be changed / misused. 93 (d) Now switch to the namespace (ns0 or ns1) to configure the slave devices
|
D | ip-sysctl.txt | 1568 secret for the namespace, the interface specific ones can
|
/linux-4.1.27/include/uapi/linux/ |
D | ncp_fs.h | 79 int namespace; member
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 103 extended attributes beginning with the user namespace prefix 105 user namespace prefix, but their names are seen by Linux cifs clients 106 prefaced by the user namespace prefix. The system namespace
|
/linux-4.1.27/fs/nfs/ |
D | Makefile | 10 write.o namespace.o mount_clnt.o nfstrace.o
|
/linux-4.1.27/arch/mips/alchemy/ |
D | Kconfig | 10 # namespace as documented in the manuals. In this case however you need
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | TODO | 18 - Names that are visible in kernel global namespace should have a common
|
/linux-4.1.27/net/wireless/ |
D | sysfs.c | 159 .namespace = wiphy_namespace,
|
/linux-4.1.27/security/tomoyo/ |
D | domain.c | 488 const char *namespace = tomoyo_current_namespace()->name; in tomoyo_namespace_jump() local 489 const int len = strlen(namespace); in tomoyo_namespace_jump() 490 return strncmp(domainname, namespace, len) || in tomoyo_namespace_jump()
|
/linux-4.1.27/include/linux/ |
D | kobject.h | 120 const void *(*namespace)(struct kobject *kobj); member
|
D | device.h | 371 const void *(*namespace)(struct device *dev); member
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 178 default pick a private per-fd namespace which forces any sharing to be done 179 explictly. Only go with a more global per-device namespace if the objects 181 that the per-device modeset objects like connectors share a namespace with 183 namespace, private by default, for framebuffers would have been more
|
/linux-4.1.27/net/core/ |
D | net-sysfs.c | 854 ns = dev->class->namespace(dev); in rx_queue_namespace() 863 .namespace = rx_queue_namespace 1249 ns = dev->class->namespace(dev); in netdev_queue_namespace() 1258 .namespace = netdev_queue_namespace, 1449 .namespace = net_namespace,
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 64 which are optional. Each SSDT can only add to the ACPI namespace, 232 An SSDT can only ADD to the ACPI namespace. It cannot modify or 233 replace existing device descriptions already in the namespace. 349 \_GPE 5.3.1 This namespace is for x86 use only. Do not use it 417 \_PR 5.3.1 This namespace is for x86 use only on legacy systems. 452 namespace.
|
/linux-4.1.27/Documentation/ia64/ |
D | serial.txt | 5 ACPI namespace (if any) becomes /dev/ttyS0, the second becomes 30 (described in the ACPI namespace) plus an MP[2] (a PCI device) has
|
/linux-4.1.27/fs/ |
D | Makefile | 11 attr.o bad_inode.o file.o filesystems.o namespace.o \
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 124 upon memory add/remove or upon ipc namespace creation/removal. 197 %P global pid (init PID namespace) 199 %I global tid (init PID namespace) 627 lives in) pid namespace. When selecting a pid for a next task on fork
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 23 the integer GPIO namespace so that it can be used with the legacy GPIO
|
D | consumer.txt | 329 descriptor into the GPIO integer namespace and vice-versa:
|
D | gpio-legacy.txt | 391 Those return either the corresponding number in the other namespace, or
|
/linux-4.1.27/drivers/base/ |
D | core.c | 261 ns = dev->class->namespace(dev); in device_namespace() 269 .namespace = device_namespace,
|
/linux-4.1.27/init/ |
D | Kconfig | 1170 bool "UTS namespace" 1173 In this namespace tasks see different info provided with the 1177 bool "IPC namespace" 1181 In this namespace tasks work with IPC ids which correspond to 1185 bool "User namespace" 1208 bool "Network namespace"
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 70 run with CAP_SYS_ADMIN privileges in its namespace. If these are not
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 155 * -- Cleaned up the global namespace a bit by making more
|
/linux-4.1.27/Documentation/usb/ |
D | usbmon.txt | 16 is available through a character device in /dev namespace and is an ABI.
|
/linux-4.1.27/Documentation/i2c/ |
D | writing-clients | 12 Try to keep the kernel namespace as clean as possible. The best way to
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 132 independent PTY namespace.
|
/linux-4.1.27/ |
D | Makefile | 1467 $(PERL) $(srctree)/scripts/namespace.pl
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_fc_transport.txt | 60 on the vport, resulting in a unique <H,C,T,L> namespace for the vport.
|
/linux-4.1.27/Documentation/hwmon/ |
D | sysfs-interface | 41 avoid namespace pollution. The only drawback will be that older versions of
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 412 Allow new nouser_xattr mount parm to disable xattr support for user namespace. 477 xattr names in the "user." namespace space to SMB/CIFS EAs. Lots of
|
D | README | 2 features such as hierarchical dfs like namespace, hardlinks, locking and more.
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 497 named SMACK64 on the file. This attribute is in the security namespace. It can
|