Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dnfs4state.c1184 clp->cl_hostname); in nfs4_schedule_lease_recovery()
1203 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1214 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1234 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
1290 clp->cl_hostname); in nfs40_handle_cb_pathdown()
1330 clp->cl_hostname); in nfs4_schedule_stateid_recovery()
1701 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error()
1705 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 …]
Dclient.c173 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client()
174 if (!clp->cl_hostname) in nfs_alloc_client()
255 kfree(clp->cl_hostname); in nfs_free_client()
592 .servername = clp->cl_hostname, in nfs_create_rpc_client()
639 .hostname = clp->cl_hostname, in nfs_start_lockd()
1311 clp->cl_hostname); in nfs_server_list_show()
Dcallback.c452 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
Dnfs4client.c1220 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
1221 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
Ddelegation.c366 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
Dnfs4proc.c437 server->nfs_client->cl_hostname); in nfs4_handle_exception()
1436 clp->cl_hostname); in nfs4_opendata_check_deleg()
2492 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open()
2600 server->nfs_client->cl_hostname); in nfs4_do_setattr()
6414 clp->cl_hostname); in nfs4_proc_get_locations()
6540 clp->cl_hostname); in nfs4_proc_fsid_present()
7002 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
Dwrite.c1454 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
Dinode.c1640 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
/linux-4.1.27/include/linux/
Dnfs_fs_sb.h47 char * cl_hostname; /* hostname of server */ member