Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 16 of 16) sorted by relevance

/fs/nfs/
DKconfig9 computers using Sun's Network File System protocol. To compile
20 Below you can choose which versions of the NFS protocol are
37 This option enables support for version 2 of the NFS protocol
47 This option enables support for version 3 of the NFS protocol
53 bool "NFS client support for the NFSv3 ACL protocol extension"
56 Some NFS servers support an auxiliary NFSv3 ACL protocol that
58 NFS version 3 protocol. This protocol extension allows
61 ACLs on local files whether this protocol is available or not.
64 protocol extension and you want your NFS client to allow
67 Most NFS servers don't support the Solaris NFSv3 ACL protocol
[all …]
Dsuper.c927 data->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_alloc_parsed_mount_data()
992 switch (mnt->nfs_server.protocol) { in nfs_validate_transport_protocol()
998 mnt->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_validate_transport_protocol()
1010 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP || in nfs_set_mount_transport_protocol()
1011 mnt->mount_server.protocol == XPRT_TRANSPORT_TCP) in nfs_set_mount_transport_protocol()
1013 switch (mnt->nfs_server.protocol) { in nfs_set_mount_transport_protocol()
1015 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()
1019 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()
1286 mnt->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()
1290 mnt->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_parse_mount_options()
[all …]
Dmount_clnt.c159 .protocol = info->protocol, in nfs_mount()
243 .protocol = IPPROTO_UDP, in nfs_umount()
Dclient.c505 .protocol = clp->cl_proto, in nfs_create_rpc_client()
575 nlm_init.protocol = IPPROTO_TCP; in nfs_start_lockd()
578 nlm_init.protocol = IPPROTO_UDP; in nfs_start_lockd()
662 .proto = data->nfs_server.protocol, in nfs_init_server()
669 nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, in nfs_init_server()
719 server->mountd_protocol = data->mount_server.protocol; in nfs_init_server()
Dinternal.h114 unsigned short protocol; member
123 unsigned short protocol; member
137 unsigned short protocol; member
Dnfs4client.c1033 nfs_init_timeout_values(&timeparms, data->nfs_server.protocol, in nfs4_init_server()
1055 data->nfs_server.protocol, in nfs4_init_server()
/fs/nfsd/
DKconfig13 protocol. To compile the NFS server support as a module,
25 Below you can choose which versions of the NFS protocol are
41 version 3 of the NFS protocol (RFC 1813).
46 bool "NFS server support for the NFSv3 ACL protocol extension"
50 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
51 never became an official part of the NFS version 3 protocol.
52 This protocol extension allows applications on NFS clients to
55 this protocol is available or not.
58 NFSv3 ACL protocol extension allowing NFS clients to manipulate
60 clients which support the Solaris NFSv3 ACL protocol can then
[all …]
Dnfs4callback.c810 args.protocol = XPRT_TRANSPORT_TCP; in setup_callback_client()
820 args.protocol = conn->cb_xprt->xpt_class->xcl_ident | in setup_callback_client()
/fs/lockd/
Dhost.c57 const unsigned short protocol; /* transport to search for*/ member
144 host->h_proto = ni->protocol; in nlm_alloc_host()
213 const unsigned short protocol, in nlmclnt_lookup_host() argument
223 .protocol = protocol, in nlmclnt_lookup_host()
237 (protocol == IPPROTO_UDP ? "udp" : "tcp")); in nlmclnt_lookup_host()
252 if (host->h_proto != protocol) in nlmclnt_lookup_host()
336 .protocol = rqstp->rq_prot, in nlmsvc_lookup_host()
364 if (host->h_proto != ni.protocol) in nlmsvc_lookup_host()
450 .protocol = host->h_proto, in nlm_bind_host()
Dclntlock.c64 nlm_init->protocol, nlm_version, in nlmclnt_init()
Dmon.c76 .protocol = XPRT_TRANSPORT_TCP, in nsm_create()
/fs/cifs/
DKconfig20 Common Internet File System (CIFS) protocol. CIFS was the successor
21 to the original dialect, the Server Message Block (SMB) protocol, the
24 The SMB3 protocol is supported by most modern operating systems and
26 The older CIFS protocol was included in Windows NT4, 2000 and XP (and
44 slightly simpler (compared to CIFS) due to protocol improvements.
92 SMB protocol but LANMAN based authentication is needed to
/fs/9p/
DKconfig6 Plan 9 resource sharing via the 9P2000 protocol.
/fs/ncpfs/
DKconfig8 NCP (NetWare Core Protocol) is a protocol that runs over IPX and is
/fs/dlm/
Dconfig.c172 CLUSTER_ATTR(protocol, 0);
/fs/ceph/
Dmds_client.c4126 *proto = ac->protocol; in get_authorizer()