Home
last modified time | relevance | path

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

/fs/nfs/
A DKconfig12 computers using Sun's Network File System protocol. To compile
23 Below you can choose which versions of the NFS protocol are
40 This option enables support for version 2 of the NFS protocol
50 This option enables support for version 3 of the NFS protocol
56 bool "NFS client support for the NFSv3 ACL protocol extension"
59 Some NFS servers support an auxiliary NFSv3 ACL protocol that
61 NFS version 3 protocol. This protocol extension allows
67 protocol extension and you want your NFS client to allow
70 Most NFS servers don't support the Solaris NFSv3 ACL protocol
73 ACL protocol.
[all …]
A Dfs_context.c363 switch (ctx->nfs_server.protocol) { in nfs_validate_transport_protocol()
372 ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP; in nfs_validate_transport_protocol()
376 switch (ctx->nfs_server.protocol) { in nfs_validate_transport_protocol()
400 switch (ctx->nfs_server.protocol) { in nfs_set_mount_transport_protocol()
402 ctx->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()
406 ctx->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()
678 ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs_fs_context_parse_param()
686 ctx->nfs_server.protocol = ret; in nfs_fs_context_parse_param()
864 ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP; in nfs_fs_context_parse_param()
882 ctx->nfs_server.protocol = ret; in nfs_fs_context_parse_param()
[all …]
A Dmount_clnt.c155 .protocol = info->protocol, in nfs_mount()
178 nfs_init_timeout_values(&mnt_timeout, info->protocol, timeo, retrans); in nfs_mount()
A Dclient.c520 .protocol = clp->cl_proto, in nfs_create_rpc_client()
605 nlm_init.protocol = IPPROTO_TCP; in nfs_start_lockd()
609 nlm_init.protocol = IPPROTO_UDP; in nfs_start_lockd()
736 .proto = ctx->nfs_server.protocol, in nfs_init_server()
747 nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol, in nfs_init_server()
812 server->mountd_protocol = ctx->mount_server.protocol; in nfs_init_server()
A Dinternal.h128 unsigned short protocol; member
140 unsigned short protocol; member
201 unsigned short protocol; member
A Dsuper.c853 .protocol = ctx->mount_server.protocol, in nfs_request_mount()
893 if ((request.protocol == XPRT_TRANSPORT_UDP) == in nfs_request_mount()
A Dnfs4client.c1135 .proto = ctx->nfs_server.protocol, in nfs4_init_server()
1145 nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol, in nfs4_init_server()
/fs/nfsd/
A DKconfig18 protocol. To compile the NFS server support as a module,
30 Below you can choose which versions of the NFS protocol are
49 bool "NFS server support for the NFSv2 ACL protocol extension"
53 bool "NFS server support for the NFSv3 ACL protocol extension"
56 Solaris NFS servers support an auxiliary NFSv3 ACL protocol that
57 never became an official part of the NFS version 3 protocol.
58 This protocol extension allows applications on NFS clients to
61 this protocol is available or not.
64 NFSv3 ACL protocol extension allowing NFS clients to manipulate
66 clients which support the Solaris NFSv3 ACL protocol can then
[all …]
A Dnfs4callback.c1171 args.protocol = XPRT_TRANSPORT_TCP; in setup_callback_client()
1180 args.protocol = conn->cb_xprt->xpt_class->xcl_ident | in setup_callback_client()
/fs/nfs_common/
A Dlocalio_trace.h26 __field(unsigned int, protocol)
31 __entry->protocol = clp->rpc_ops->version;
36 "server=%s NFSv%u", __get_str(server), __entry->protocol
/fs/lockd/
A Dhost.c57 const unsigned short protocol; /* transport to search for*/ member
144 host->h_proto = ni->protocol; in nlm_alloc_host()
217 const unsigned short protocol, in nlmclnt_lookup_host() argument
228 .protocol = protocol, in nlmclnt_lookup_host()
243 (protocol == IPPROTO_UDP ? "udp" : "tcp")); in nlmclnt_lookup_host()
258 if (host->h_proto != protocol) in nlmclnt_lookup_host()
341 .protocol = rqstp->rq_prot, in nlmsvc_lookup_host()
369 if (host->h_proto != ni.protocol) in nlmsvc_lookup_host()
452 .protocol = host->h_proto, in nlm_bind_host()
A Dclntlock.c56 nlm_init->protocol, nlm_version, in nlmclnt_init()
A Dmon.c76 .protocol = XPRT_TRANSPORT_TCP, in nsm_create()
/fs/afs/
A Dvl_list.c208 bs.protocol = *b++; in afs_extract_vlserver_list()
213 bs.port, bs.protocol, bs.nr_addrs, in afs_extract_vlserver_list()
220 if (bs.protocol == DNS_SERVER_PROTOCOL_UNSPECIFIED) { in afs_extract_vlserver_list()
221 bs.protocol = DNS_SERVER_PROTOCOL_UDP; in afs_extract_vlserver_list()
222 } else if (bs.protocol != DNS_SERVER_PROTOCOL_UDP) { in afs_extract_vlserver_list()
223 _leave(" = [proto %u]", bs.protocol); in afs_extract_vlserver_list()
/fs/smb/server/
A DKconfig27 to access files residing on this system using SMB3 protocol.
50 bool "Support for SMB Direct protocol"
/fs/smb/client/
A DKconfig28 protocol. CIFS was the successor to the original network filesystem
29 protocol, Server Message Block (SMB ie SMB1), the native file sharing
32 The SMB3.1.1 protocol is supported by most modern operating systems
35 Linux kernel server, ksmbd. Support for the older CIFS protocol was
202 Enables root file system support over SMB protocol.
A Dsmbdirect.h63 int protocol; member
A Dcifs_debug.c445 server->smbd_conn->protocol, in cifs_debug_data_proc_show()
A Dsmbdirect.c344 info->protocol = le16_to_cpu(packet->negotiated_version); in process_negotiation_response()
/fs/smb/server/mgmt/
A Duser_session.c425 static struct ksmbd_session *__session_create(int protocol) in __session_create() argument
430 if (protocol != CIFDS_SESSION_FLAG_SMB2) in __session_create()
442 set_session_flag(sess, protocol); in __session_create()
/fs/
A DKconfig391 bool "NFS client and server support for LOCALIO auxiliary protocol"
396 Some NFS servers support an auxiliary NFS LOCALIO protocol
397 that is not an official part of the NFS protocol.
399 This option enables support for the LOCALIO protocol in the
/fs/9p/
A DKconfig8 Plan 9 resource sharing via the 9P2000 protocol.
/fs/btrfs/
A DKconfig106 - send stream protocol v3 - fs-verity support
/fs/dlm/
A Dconfig.c237 CLUSTER_ATTR(protocol, dlm_check_protocol_and_dlm_running);

Completed in 46 milliseconds