Home
last modified time | relevance | path

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

/Linux-v6.1/fs/nfs/
Dnfs4state.c1250 clp->cl_hostname); in nfs4_schedule_lease_recovery()
1269 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1280 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1300 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
1357 clp->cl_hostname); in nfs40_handle_cb_pathdown()
1402 clp->cl_hostname); in nfs4_schedule_stateid_recovery()
1900 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error()
1904 clp->cl_hostname); in nfs4_recovery_handle_error()
1939 clp->cl_hostname, lost_locks); in nfs4_do_reclaim()
1955 clp->cl_hostname, lost_locks); in nfs4_do_reclaim()
[all …]
Dnfs4trace.h44 __string(dstaddr, clp->cl_hostname)
50 __assign_str(dstaddr, clp->cl_hostname);
331 __string(hostname, clp->cl_hostname)
336 __assign_str(hostname, clp->cl_hostname);
357 __string(hostname, clp->cl_hostname)
364 __assign_str(hostname, clp->cl_hostname);
1317 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1330 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown");
1372 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1387 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown");
[all …]
Dnfs4client.c415 .servername = old->cl_hostname, in nfs4_add_trunk()
724 clp->cl_hostname, in nfs4_detect_session_trunking()
729 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking()
1347 if (server->nfs_client->cl_hostname == NULL) { in nfs4_update_server()
1348 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
1349 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
Dclient.c172 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client()
173 if (!clp->cl_hostname) in nfs_alloc_client()
246 kfree(clp->cl_hostname); in nfs_free_client()
507 .servername = clp->cl_hostname, in nfs_create_rpc_client()
562 .hostname = clp->cl_hostname, in nfs_start_lockd()
1245 clp->cl_hostname); in nfs_server_list_show()
Dcallback.c376 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
Dpnfs_nfs.c872 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect()
928 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
Ddelegation.c476 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
Dnfs4proc.c573 server->nfs_client->cl_hostname); in nfs4_do_handle_exception()
1943 clp->cl_hostname); in nfs4_opendata_check_deleg()
3253 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open()
3387 server->nfs_client->cl_hostname); in nfs4_do_setattr()
8167 clp->cl_hostname); in nfs4_proc_get_locations()
8294 clp->cl_hostname); in nfs4_proc_fsid_present()
8951 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
9495 __func__, task->tk_status, clp->cl_hostname); in nfs41_reclaim_complete_handle_errors()
Dwrite.c1582 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
Dinode.c2014 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
/Linux-v6.1/include/linux/
Dnfs_fs_sb.h53 char * cl_hostname; /* hostname of server */ member