Home
last modified time | relevance | path

Searched refs:cl_hostname (Results 1 – 9 of 9) sorted by relevance

/linux/fs/nfs/
H A Dnfs4client.c417 .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 Dnfs4trace.h44 __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 Dcallback.c307 * 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 Dpnfs_nfs.c826 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect()
886 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
H A Dnfs4proc.c601 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 Ddelegation.c491 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
H A Dnfstrace.h
H A Dinode.c2184 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
/linux/include/linux/
H A Dnfs_fs_sb.h55 char * cl_hostname; /* hostname of server */
56 char * cl_hostname; /* hostname of server */ global() member