Searched refs:proto (Results 1 – 11 of 11) sorted by relevance
/fs/ |
D | compat.c | 50 compat_int_t proto; member 66 real->proto = raw->proto; in do_nfs4_super_data_conv()
|
/fs/gfs2/ |
D | ops_fstype.c | 354 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/ |
D | nfs4client.c | 864 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()
|
D | client.c | 178 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()
|
D | nfs3client.c | 92 .proto = ds_proto, in nfs3_set_ds_client()
|
D | super.c | 539 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()
|
D | internal.h | 74 int proto; member 161 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, int timeo, int retrans);
|
/fs/nfsd/ |
D | nfssvc.c | 780 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/ |
D | dlmdomain.c | 733 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/ |
D | file.c | 203 #define FULL_PROXY_FUNC(name, ret_type, filp, proto, args) \ argument 204 static ret_type full_proxy_ ## name(proto) \
|
/fs/ceph/ |
D | mds_client.c | 4693 int *proto, int force_new) in get_authorizer() argument 4715 *proto = ac->protocol; in get_authorizer()
|