Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4state.c1245 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()
1891 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error()
1895 clp->cl_hostname); in nfs4_recovery_handle_error()
1989 clp->cl_hostname); in nfs4_handle_reclaim_lease_error()
2003 __func__, -EPROTONOSUPPORT, clp->cl_hostname); in nfs4_handle_reclaim_lease_error()
[all …]
H A Dclient.c172 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client()
173 if (!clp->cl_hostname) in nfs_alloc_client()
249 kfree(clp->cl_hostname); in nfs_free_client()
512 .servername = clp->cl_hostname, in nfs_create_rpc_client()
566 .hostname = clp->cl_hostname, in nfs_start_lockd()
1213 clp->cl_hostname); in nfs_server_list_show()
H A Dnfs4client.c694 clp->cl_hostname, in nfs4_detect_session_trunking()
699 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking()
1334 if (server->nfs_client->cl_hostname == NULL) { in nfs4_update_server()
1335 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
1336 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
H A Dnfs4trace.h356 __string(dstaddr, clp->cl_hostname)
362 __assign_str(dstaddr, clp->cl_hostname);
623 __string(hostname, clp->cl_hostname)
628 __assign_str(hostname, clp->cl_hostname)
649 __string(hostname, clp->cl_hostname)
656 __assign_str(hostname, clp->cl_hostname);
1582 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1595 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown")
1637 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1652 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown")
H A Dcallback.c416 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
H A Dpnfs_nfs.c858 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect()
909 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
H A Dnfs4proc.c578 server->nfs_client->cl_hostname); in nfs4_do_handle_exception()
1938 clp->cl_hostname); in nfs4_opendata_check_deleg()
3253 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open()
3384 server->nfs_client->cl_hostname); in nfs4_do_setattr()
7957 clp->cl_hostname); in nfs4_proc_get_locations()
8083 clp->cl_hostname); in nfs4_proc_fsid_present()
8737 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
9284 __func__, task->tk_status, clp->cl_hostname); in nfs41_reclaim_complete_handle_errors()
H A Ddelegation.c476 __func__, clp->cl_hostname); in nfs_inode_set_delegation()
H A Dwrite.c1565 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
H A Dinode.c1865 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_fs_sb.h53 char * cl_hostname; /* hostname of server */ member