Searched refs:cl_hostname (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | nfs4state.c | 1183 clp->cl_hostname); in nfs4_schedule_lease_recovery() 1202 clp->cl_hostname); in nfs4_schedule_migration_recovery() 1213 clp->cl_hostname); in nfs4_schedule_migration_recovery() 1233 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery() 1289 clp->cl_hostname); in nfs40_handle_cb_pathdown() 1329 clp->cl_hostname); in nfs4_schedule_stateid_recovery() 1700 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error() 1704 clp->cl_hostname); in nfs4_recovery_handle_error() 1798 clp->cl_hostname); in nfs4_handle_reclaim_lease_error() 1813 __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() 256 kfree(clp->cl_hostname); in nfs_free_client() 483 .servername = clp->cl_hostname, in nfs_create_rpc_client() 530 .hostname = clp->cl_hostname, in nfs_start_lockd() 1200 clp->cl_hostname); in nfs_server_list_show()
|
D | callback.c | 428 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
|
D | nfs4client.c | 1216 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server() 1217 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
|
D | delegation.c | 367 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
|
D | nfs4proc.c | 433 server->nfs_client->cl_hostname); in nfs4_do_handle_exception() 1542 clp->cl_hostname); in nfs4_opendata_check_deleg() 2622 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open() 2730 server->nfs_client->cl_hostname); in nfs4_do_setattr() 6552 clp->cl_hostname); in nfs4_proc_get_locations() 6678 clp->cl_hostname); in nfs4_proc_fsid_present() 7145 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
|
D | write.c | 1469 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
|
D | inode.c | 1654 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
|
/linux-4.4.14/include/linux/ |
D | nfs_fs_sb.h | 47 char * cl_hostname; /* hostname of server */ member
|