Searched refs:namespace (Results 1 – 11 of 11) sorted by relevance
/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 | 483 __u8 *namespace; in ncp_get_known_namespace() local 498 namespace = ncp_reply_data(server, 2); in ncp_get_known_namespace() 501 DPRINTK("get_namespaces: found %d on %d\n", *namespace, volume); in ncp_get_known_namespace() 504 if ((*namespace == NW_NS_NFS) && !(server->m.flags&NCP_MOUNT_NO_NFS)) in ncp_get_known_namespace() 511 if ((*namespace == NW_NS_OS2) && !(server->m.flags&NCP_MOUNT_NO_OS2)) in ncp_get_known_namespace() 516 namespace += 1; in ncp_get_known_namespace()
|
D | ioctl.c | 382 sr.namespace = server->name_space[sr.volNumber]; in __ncp_ioctl() 390 sr.namespace = 0; in __ncp_ioctl() 423 sr.namespace, sr.dirEntNum, in __ncp_ioctl()
|
/fs/cifs/ |
D | Kconfig | 96 extended attributes beginning with the user namespace prefix 98 user namespace prefix, but their names are seen by Linux cifs clients 99 prefaced by the user namespace prefix. The system namespace
|
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.
|
/fs/sysfs/ |
D | symlink.c | 64 sd->s_ns = target->ktype->namespace(target); in sysfs_do_create_link() 199 new_ns = targ->ktype->namespace(targ); in sysfs_rename_link()
|
D | dir.c | 736 ns = kobj->ktype->namespace(kobj); in sysfs_create_dir() 908 new_ns = kobj->ktype->namespace(kobj); in sysfs_rename_dir() 921 new_ns = kobj->ktype->namespace(kobj); in sysfs_move_dir()
|
D | file.c | 512 if (!ops->namespace) in sysfs_attr_ns() 516 ns = ops->namespace(kobj, attr); in sysfs_attr_ns()
|
/fs/nfs/ |
D | Makefile | 9 write.o namespace.o mount_clnt.o \
|
/fs/ |
D | Makefile | 11 attr.o bad_inode.o file.o filesystems.o namespace.o \
|