Searched refs:cl_hostname (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs4state.c | 1252 clp->cl_hostname); in nfs4_schedule_lease_recovery() 1282 clp->cl_hostname); in nfs4_schedule_migration_recovery() 1359 clp->cl_hostname); in nfs40_handle_cb_pathdown() 1404 clp->cl_hostname); in nfs4_schedule_stateid_recovery() 1905 clp->cl_hostname); in nfs4_recovery_handle_error() 2011 clp->cl_hostname); in nfs4_handle_reclaim_lease_error() 2046 clp->cl_hostname); in nfs4_handle_reclaim_lease_error() 2122 clp->cl_hostname); in nfs4_try_migration() 2194 clp->cl_hostname); in nfs4_handle_migration() 2240 clp->cl_hostname); in nfs4_handle_lease_moved() [all …]
|
| H A D | nfs4client.c | 419 .servername = old->cl_hostname, in nfs4_add_trunk() 730 clp->cl_hostname, in nfs4_detect_session_trunking() 735 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking() 1383 if (server->nfs_client->cl_hostname == NULL) { in nfs4_update_server() 1384 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server() 1385 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
|
| H A D | client.c | 171 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client() 172 if (!clp->cl_hostname) in nfs_alloc_client() 255 kfree(clp->cl_hostname); in nfs_free_client() 525 .servername = clp->cl_hostname, in nfs_create_rpc_client() 586 .hostname = clp->cl_hostname, in nfs_start_lockd() 1316 clp->cl_hostname); in nfs_server_list_show()
|
| 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 | 316 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
|
| H A D | pnfs_nfs.c | 830 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect() 890 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
|
| H A D | delegation.c | 495 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
|
| H A D | nfs4proc.c | 608 server->nfs_client->cl_hostname); in nfs4_do_handle_exception() 2030 NFS_SERVER(inode)->nfs_client->cl_hostname); in nfs4_process_delegation() 3359 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open() 3498 server->nfs_client->cl_hostname); in nfs4_do_setattr() 8426 clp->cl_hostname); in nfs4_proc_get_locations() 8553 clp->cl_hostname); in nfs4_proc_fsid_present() 9219 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid() 9763 __func__, task->tk_status, clp->cl_hostname); in nfs41_reclaim_complete_handle_errors()
|
| H A D | write.c | 1581 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
|
| H A D | inode.c | 2186 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
|
| /linux-6.15/fs/nfs_common/ |
| H A D | localio_trace.h | 27 __string(server, clp->cl_hostname)
|
| /linux-6.15/include/linux/ |
| H A D | nfs_fs_sb.h | 56 char * cl_hostname; /* hostname of server */ member
|