Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 11 of 11) sorted by relevance

/fs/
Dcompat.c50 compat_int_t proto; member
66 real->proto = raw->proto; in do_nfs4_super_data_conv()
/fs/gfs2/
Dops_fstype.c354 char *proto, *table; in init_names() local
357 proto = sdp->sd_args.ar_lockproto; in init_names()
362 if (!proto[0] || !table[0]) { in init_names()
367 if (!proto[0]) in init_names()
368 proto = sdp->sd_sb.sb_lockproto; in init_names()
376 strlcpy(sdp->sd_proto_name, proto, GFS2_FSNAME_LEN); in init_names()
938 const char *proto = sdp->sd_proto_name; in gfs2_lm_mount() local
943 if (!strcmp("lock_nolock", proto)) { in gfs2_lm_mount()
947 } else if (!strcmp("lock_dlm", proto)) { in gfs2_lm_mount()
951 pr_info("can't find protocol %s\n", proto); in gfs2_lm_mount()
[all …]
/fs/nfs/
Dnfs4client.c864 int proto, const struct rpc_timeout *timeparms, in nfs4_set_client() argument
874 .proto = proto, in nfs4_set_client()
882 if (minorversion > 0 && proto == XPRT_TRANSPORT_TCP) in nfs4_set_client()
938 .proto = ds_proto, in nfs4_set_ds_client()
Dclient.c178 clp->cl_proto = cl_init->proto; in nfs_alloc_client()
310 if (clp->cl_proto != data->proto) in nfs_match_client()
448 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, in nfs_init_timeout_values() argument
454 switch (proto) { in nfs_init_timeout_values()
660 .proto = data->nfs_server.protocol, in nfs_init_server()
Dnfs3client.c92 .proto = ds_proto, in nfs3_set_ds_client()
Dsuper.c539 char *proto = NULL; in nfs_show_mountd_netid() local
545 proto = RPCBIND_NETID_UDP; in nfs_show_mountd_netid()
548 proto = RPCBIND_NETID_TCP; in nfs_show_mountd_netid()
555 proto = RPCBIND_NETID_UDP6; in nfs_show_mountd_netid()
558 proto = RPCBIND_NETID_TCP6; in nfs_show_mountd_netid()
563 if (proto || showdefaults) in nfs_show_mountd_netid()
564 seq_printf(m, ",mountproto=%s", proto ?: "auto"); in nfs_show_mountd_netid()
2907 args->nfs_server.protocol = data->proto; in nfs4_validate_mount_data()
Dinternal.h74 int proto; member
161 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, int timeo, int retrans);
/fs/nfsd/
Dnfssvc.c780 u32 version, int family, unsigned short proto, in nfsd_acl_rpcbind_set() argument
787 proto, port); in nfsd_acl_rpcbind_set()
826 u32 version, int family, unsigned short proto, in nfsd_rpcbind_set() argument
832 proto, port); in nfsd_rpcbind_set()
/fs/ocfs2/dlm/
Ddlmdomain.c733 struct dlm_protocol_version proto = *request; in dlm_query_join_proto_check() local
735 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check()
742 proto.pv_major, proto.pv_minor); in dlm_query_join_proto_check()
743 request->pv_minor = proto.pv_minor; in dlm_query_join_proto_check()
/fs/debugfs/
Dfile.c203 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ argument
204 static ret_type full_proxy_ ## name(proto) \
/fs/ceph/
Dmds_client.c4693 int *proto, int force_new) in get_authorizer() argument
4715 *proto = ac->protocol; in get_authorizer()