Searched refs:cl_hostname (Results 1 – 9 of 9) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4client.c | 417 .servername = old->cl_hostname, in nfs4_add_trunk() 728 clp->cl_hostname, in nfs4_detect_session_trunking() 733 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking() 1376 if (server->nfs_client->cl_hostname == NULL) { in nfs4_update_server() 1377 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server() 1378 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
|
H A D | nfs4trace.h | 44 __string(dstaddr, clp->cl_hostname) 90 __string(main_addr, clp->cl_hostname) 363 __string(hostname, clp->cl_hostname) 389 __string(hostname, clp->cl_hostname) 1349 __string(dstaddr, clp ? clp->cl_hostname : "unknown") 1404 __string(dstaddr, clp ? clp->cl_hostname : "unknown") 1958 __string(dstaddr, clp->cl_hostname) 1994 __string(dstaddr, server->nfs_client->cl_hostname) 2033 __string(mds_addr, server->nfs_client->cl_hostname)
|
H A D | callback.c | 307 * Otherwise try to verify it using the cl_hostname. Note that this in check_gss_callback_principal() 316 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
|
H A D | pnfs_nfs.c | 826 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect() 886 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
|
H A D | nfs4proc.c | 601 server->nfs_client->cl_hostname); in nfs4_do_handle_exception() 2013 NFS_SERVER(inode)->nfs_client->cl_hostname); in nfs4_process_delegation() 3344 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open() 3483 server->nfs_client->cl_hostname); in nfs4_do_setattr() 8385 clp->cl_hostname); in nfs4_proc_get_locations() 8512 clp->cl_hostname); in nfs4_proc_fsid_present() 9178 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid() 9722 __func__, task->tk_status, clp->cl_hostname); in nfs41_reclaim_complete_handle_errors()
|
H A D | delegation.c | 491 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
|
H A D | nfstrace.h |
|
H A D | inode.c | 2184 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
|
/linux/include/linux/ |
H A D | nfs_fs_sb.h | 55 char * cl_hostname; /* hostname of server */ 56 char * cl_hostname; /* hostname of server */ global() member
|