Searched refs:cl_hostname (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | nfs4state.c | 1245 clp->cl_hostname); in nfs4_schedule_lease_recovery() 1264 clp->cl_hostname); in nfs4_schedule_migration_recovery() 1275 clp->cl_hostname); in nfs4_schedule_migration_recovery() 1295 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery() 1351 clp->cl_hostname); in nfs40_handle_cb_pathdown() 1396 clp->cl_hostname); in nfs4_schedule_stateid_recovery() 1828 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error() 1832 clp->cl_hostname); in nfs4_recovery_handle_error() 1926 clp->cl_hostname); in nfs4_handle_reclaim_lease_error() 1941 __func__, -EPROTONOSUPPORT, clp->cl_hostname); in nfs4_handle_reclaim_lease_error() [all …]
|
D | client.c | 174 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client() 175 if (!clp->cl_hostname) in nfs_alloc_client() 254 kfree(clp->cl_hostname); in nfs_free_client() 504 .servername = clp->cl_hostname, in nfs_create_rpc_client() 552 .hostname = clp->cl_hostname, in nfs_start_lockd() 1157 clp->cl_hostname); in nfs_server_list_show()
|
D | nfs4trace.h | 205 __string(dstaddr, clp->cl_hostname) 211 __assign_str(dstaddr, clp->cl_hostname); 1134 __string(dstaddr, clp ? clp->cl_hostname : "unknown") 1147 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown") 1189 __string(dstaddr, clp ? clp->cl_hostname : "unknown") 1204 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown")
|
D | nfs4client.c | 688 clp->cl_hostname, in nfs4_detect_session_trunking() 693 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking() 1270 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server() 1271 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
|
D | callback.c | 411 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
|
D | pnfs_nfs.c | 624 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect() 670 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
|
D | delegation.c | 386 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
|
D | nfs4proc.c | 529 server->nfs_client->cl_hostname); in nfs4_do_handle_exception() 1804 clp->cl_hostname); in nfs4_opendata_check_deleg() 3066 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open() 3188 server->nfs_client->cl_hostname); in nfs4_do_setattr() 7370 clp->cl_hostname); in nfs4_proc_get_locations() 7494 clp->cl_hostname); in nfs4_proc_fsid_present() 8107 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
|
D | write.c | 1558 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
|
D | inode.c | 1816 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
|
/Linux-v4.19/include/linux/ |
D | nfs_fs_sb.h | 50 char * cl_hostname; /* hostname of server */ member
|