/linux-4.4.14/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 20 Each sysfs directory entry may be tagged with a namespace via the 23 and KOBJ_NS_TYPES, and ns will point to the namespace to which it 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 | quota.txt | 35 Since the quota netlink protocol is not namespace aware, quota netlink messages 36 are sent only in initial network namespace.
|
D | automount-support.txt | 55 from the namespace and thrown away (effectively unmounted). 68 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 | 9p.txt | 40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
|
D | ceph.txt | 35 in-memory cache above the file namespace that is extremely scalable,
|
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 | 226 NStgid descendant namespace thread group ID hierarchy 227 NSpid descendant namespace process ID hierarchy 228 NSpgid descendant namespace process group ID hierarchy 229 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, 1160 functions in fs/namespace.c.
|
/linux-4.4.14/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 or ACPI 368 Device Tree namespace link device ID 373 regarded as a device indentification namespace analogous to the ACPI/PNP device 374 ID namespace. Consequently, in principle it should not be necessary to allocate 376 identification string in the Device Tree (DT) namespace, especially if that ID [all …]
|
D | method-customizing.txt | 43 Note that the full pathname of the method in ACPI namespace
|
D | method-tracing.txt | 58 in the ACPI namespace. It needn't be an entry
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 32 libnvdimm: namespace 33 libndctl: namespace enumeration example 34 libndctl: namespace creation example 35 Why the Term "namespace"? 192 BLK-namespace can be configured with a BTT with unique atomic sector 194 not provide for a sector size to be specified for a PMEM namespace. 229 single PMEM namespace is created in the REGION0-SPA-range that spans most 239 well as DIMM2 and DIMM3. Some of REGION1 is allocated to a PMEM namespace 432 "nstype" indicates the integer type of namespace-device this region 520 1. There are already more than two REGION and "namespace" types. For [all …]
|
/linux-4.4.14/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.4.14/drivers/nvdimm/ |
D | Kconfig | 11 namespaces (/dev/ndblkX.Y). A PMEM namespace refers to a 13 (see CONFIG_DAX). A BLK namespace refers to an NVDIMM control 67 NVDIMM namespace, i.e. a namespace can be in raw mode (pmemX,
|
D | btt_devs.c | 141 static DEVICE_ATTR_RW(namespace);
|
D | pfn_devs.c | 161 static DEVICE_ATTR_RW(namespace);
|
/linux-4.4.14/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 | 1326 hidden behind the gpio_*() function namespace. In this case, the driver
|
D | kernel-parameters.txt | 328 exist in the ACPI namespace. NOTE that such command can
|
/linux-4.4.14/ipc/ |
D | Makefile | 10 obj-$(CONFIG_IPC_NS) += namespace.o
|
/linux-4.4.14/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 | switchdev.txt | 132 network namespace (netns), the driver should set this feature flag to prevent 136 traffic from a port in one namespace to another port in another namespace.
|
D | vrf.txt | 19 (Layer 1 separation), VLANs on the interfaces within a namespace provide
|
D | ip-sysctl.txt | 1648 secret for the namespace, the interface specific ones can
|
/linux-4.4.14/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.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 312 locks are taken) currently allocated in this namespace. 318 Displays number or locks allocated in this namespace. 325 namespace. 334 of this namespace 347 Controls "early lock cancellation" feature on this namespace 360 Displays number of granted locks in this namespace 366 Number of granted locks in this namespace during last 373 Number of lock cancellations in this namespace during 381 in this namespace 388 interval in this namespace [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | ncp_fs.h | 79 int namespace; member
|
/linux-4.4.14/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.4.14/fs/nfs/ |
D | Makefile | 10 write.o namespace.o mount_clnt.o nfstrace.o
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | TODO | 18 - Names that are visible in kernel global namespace should have a common
|
/linux-4.4.14/net/wireless/ |
D | sysfs.c | 161 .namespace = wiphy_namespace,
|
/linux-4.4.14/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.4.14/include/linux/ |
D | kobject.h | 121 const void *(*namespace)(struct kobject *kobj); member
|
D | device.h | 401 const void *(*namespace)(struct device *dev); member
|
/linux-4.4.14/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.4.14/net/core/ |
D | net-sysfs.c | 874 ns = dev->class->namespace(dev); in rx_queue_namespace() 883 .namespace = rx_queue_namespace 1266 ns = dev->class->namespace(dev); in netdev_queue_namespace() 1275 .namespace = netdev_queue_namespace, 1466 .namespace = net_namespace,
|
/linux-4.4.14/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.4.14/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.4.14/tools/testing/selftests/futex/ |
D | README | 55 problem as we intend to write multiple tests which collide in this namespace.
|
/linux-4.4.14/fs/ |
D | Makefile | 11 attr.o bad_inode.o file.o filesystems.o namespace.o \
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 125 upon memory add/remove or upon ipc namespace creation/removal. 198 %P global pid (init PID namespace) 200 %I global tid (init PID namespace) 201 %u uid (in initial user namespace) 202 %g gid (in initial user namespace) 639 lives in) pid namespace. When selecting a pid for a next task on fork
|
/linux-4.4.14/drivers/base/ |
D | core.c | 261 ns = dev->class->namespace(dev); in device_namespace() 269 .namespace = device_namespace,
|
/linux-4.4.14/init/ |
D | Kconfig | 1181 bool "UTS namespace" 1184 In this namespace tasks see different info provided with the 1188 bool "IPC namespace" 1192 In this namespace tasks work with IPC ids which correspond to 1196 bool "User namespace" 1219 bool "Network namespace"
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 70 run with CAP_SYS_ADMIN privileges in its namespace. If these are not
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 155 * -- Cleaned up the global namespace a bit by making more
|
/linux-4.4.14/Documentation/gpio/ |
D | driver.txt | 23 the integer GPIO namespace so that it can be used with the legacy GPIO
|
D | consumer.txt | 365 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.4.14/Documentation/DocBook/ |
D | networking.xml.db | 359 API-dev-change-net-namespace
|
/linux-4.4.14/Documentation/usb/ |
D | usbmon.txt | 16 is available through a character device in /dev namespace and is an ABI.
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 12 Try to keep the kernel namespace as clean as possible. The best way to
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 132 independent PTY namespace.
|
/linux-4.4.14/ |
D | Makefile | 1468 $(PERL) $(srctree)/scripts/namespace.pl
|
/linux-4.4.14/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.4.14/Documentation/hwmon/ |
D | sysfs-interface | 41 avoid namespace pollution. The only drawback will be that older versions of
|
/linux-4.4.14/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.4.14/Documentation/security/ |
D | Smack.txt | 532 named SMACK64 on the file. This attribute is in the security namespace. It can
|