Home
last modified time | relevance | path

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

/fs/gfs2/
Dops_fstype.c364 char *proto, *table; in init_names() local
367 proto = sdp->sd_args.ar_lockproto; in init_names()
372 if (!proto[0] || !table[0]) { in init_names()
377 if (!proto[0]) in init_names()
378 proto = sdp->sd_sb.sb_lockproto; in init_names()
386 strlcpy(sdp->sd_proto_name, proto, GFS2_FSNAME_LEN); in init_names()
947 const char *proto = sdp->sd_proto_name; in gfs2_lm_mount() local
952 if (!strcmp("lock_nolock", proto)) { in gfs2_lm_mount()
956 } else if (!strcmp("lock_dlm", proto)) { in gfs2_lm_mount()
960 pr_info("can't find protocol %s\n", proto); in gfs2_lm_mount()
[all …]
/fs/nfs/
Dnfs3client.c88 .proto = ds_proto, in nfs3_set_ds_client()
Dclient.c182 clp->cl_proto = cl_init->proto; in nfs_alloc_client()
309 if (clp->cl_proto != data->proto) in nfs_match_client()
430 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, in nfs_init_timeout_values() argument
436 switch (proto) { in nfs_init_timeout_values()
641 .proto = data->nfs_server.protocol, in nfs_init_server()
Dnfs4client.c792 int proto, const struct rpc_timeout *timeparms, in nfs4_set_client() argument
800 .proto = proto, in nfs4_set_client()
857 .proto = ds_proto, in nfs4_set_ds_client()
Dinternal.h73 int proto; member
Dsuper.c2791 args->nfs_server.protocol = data->proto; in nfs4_validate_mount_data()
/fs/nfsd/
Dnfscache.c385 u32 proto = rqstp->rq_prot, in nfsd_cache_lookup() local
437 rp->c_prot = proto; in nfsd_cache_lookup()
/fs/ocfs2/dlm/
Ddlmdomain.c735 struct dlm_protocol_version proto = *request; in dlm_query_join_proto_check() local
737 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check()
744 proto.pv_major, proto.pv_minor); in dlm_query_join_proto_check()
745 request->pv_minor = proto.pv_minor; in dlm_query_join_proto_check()
/fs/
Dcompat.c749 compat_int_t proto; member
765 real->proto = raw->proto; in do_nfs4_super_data_conv()
/fs/ceph/
Dmds_client.c3938 int *proto, int force_new) in get_authorizer() argument
3960 *proto = ac->protocol; in get_authorizer()