Searched refs:proto (Results 1 – 9 of 9) sorted by relevance
/fs/gfs2/ |
D | ops_fstype.c | 344 char *proto, *table; in init_names() local 347 proto = sdp->sd_args.ar_lockproto; in init_names() 352 if (!proto[0] || !table[0]) { in init_names() 357 if (!proto[0]) in init_names() 358 proto = sdp->sd_sb.sb_lockproto; in init_names() 366 strlcpy(sdp->sd_proto_name, proto, GFS2_FSNAME_LEN); in init_names() 969 const char *proto = sdp->sd_proto_name; in gfs2_lm_mount() local 974 if (!strcmp("lock_nolock", proto)) { in gfs2_lm_mount() 978 } else if (!strcmp("lock_dlm", proto)) { in gfs2_lm_mount() 982 printk(KERN_INFO "GFS2: can't find protocol %s\n", proto); in gfs2_lm_mount() [all …]
|
/fs/nfs/ |
D | nfs4client.c | 610 int proto, const struct rpc_timeout *timeparms, in nfs4_set_client() argument 618 .proto = proto, in nfs4_set_client() 672 .proto = ds_proto, in nfs4_set_ds_client()
|
D | client.c | 181 clp->cl_proto = cl_init->proto; in nfs_alloc_client() 416 if (clp->cl_proto != data->proto) in nfs_match_client() 533 void nfs_init_timeout_values(struct rpc_timeout *to, int proto, in nfs_init_timeout_values() argument 539 switch (proto) { in nfs_init_timeout_values() 743 .proto = data->nfs_server.protocol, in nfs_init_server()
|
D | internal.h | 73 int proto; member
|
D | super.c | 2683 args->nfs_server.protocol = data->proto; in nfs4_validate_mount_data()
|
/fs/nfsd/ |
D | nfscache.c | 380 u32 proto = rqstp->rq_prot, in nfsd_cache_lookup() local 451 rp->c_prot = proto; in nfsd_cache_lookup()
|
/fs/ocfs2/dlm/ |
D | dlmdomain.c | 773 struct dlm_protocol_version proto = *request; in dlm_query_join_proto_check() local 775 if (!dlm_protocol_compare(ours, &proto)) { in dlm_query_join_proto_check() 782 proto.pv_major, proto.pv_minor); in dlm_query_join_proto_check() 783 request->pv_minor = proto.pv_minor; in dlm_query_join_proto_check()
|
/fs/ |
D | compat.c | 733 compat_int_t proto; member 749 real->proto = raw->proto; in do_nfs4_super_data_conv()
|
/fs/ceph/ |
D | mds_client.c | 3439 int *proto, int force_new) in get_authorizer() argument 3461 *proto = ac->protocol; in get_authorizer()
|