Home
last modified time | relevance | path

Searched refs:cl_hostname (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4state.c1266 clp->cl_hostname); in nfs4_schedule_lease_recovery()
1285 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1296 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1316 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
1373 clp->cl_hostname); in nfs40_handle_cb_pathdown()
1418 clp->cl_hostname); in nfs4_schedule_stateid_recovery()
1917 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error()
1921 clp->cl_hostname); in nfs4_recovery_handle_error()
1956 clp->cl_hostname, lost_locks); in nfs4_do_reclaim()
1972 clp->cl_hostname, lost_lock in nfs4_do_reclaim()
[all...]
H A Dnfs4trace.h44 __string(dstaddr, clp->cl_hostname)
50 __assign_str(dstaddr, clp->cl_hostname);
333 __string(hostname, clp->cl_hostname)
338 __assign_str(hostname, clp->cl_hostname);
359 __string(hostname, clp->cl_hostname)
366 __assign_str(hostname, clp->cl_hostname);
1319 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1332 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown");
1374 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1389 __assign_str(dstaddr, clp ? clp->cl_hostname
[all...]
H A Dnfs4client.c418 .servername = old->cl_hostname, in nfs4_add_trunk()
729 clp->cl_hostname, in nfs4_detect_session_trunking()
734 pr_info("NFS: %s: Session trunking failed for %s\n", clp->cl_hostname, in nfs4_detect_session_trunking()
1376 if (server->nfs_client->cl_hostname == NULL) { in nfs4_update_server()
1377 server->nfs_client->cl_hostname = kstrdup(hostname, GFP_KERNEL); in nfs4_update_server()
1378 if (server->nfs_client->cl_hostname == NULL) in nfs4_update_server()
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()
247 kfree(clp->cl_hostname); in nfs_free_client()
513 .servername = clp->cl_hostname, in nfs_create_rpc_client()
571 .hostname = clp->cl_hostname, in nfs_start_lockd()
1278 clp->cl_hostname); in nfs_server_list_show()
H A Dcallback.c352 * Otherwise try to verify it using the cl_hostname. Note that this in check_gss_callback_principal()
361 if (strcmp(p, clp->cl_hostname) != 0) in check_gss_callback_principal()
H A Dpnfs_nfs.c873 .servername = clp->cl_hostname, in _nfs4_pnfs_v3_ds_connect()
933 .servername = clp->cl_hostname, in _nfs4_pnfs_v4_ds_connect()
960 * clp->cl_hostname. And set the protocol to in _nfs4_pnfs_v4_ds_connect()
H A Dnfs4proc.c580 server->nfs_client->cl_hostname); in nfs4_do_handle_exception()
1951 clp->cl_hostname); in nfs4_opendata_check_deleg()
3263 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open()
3397 server->nfs_client->cl_hostname); in nfs4_do_setattr()
8189 clp->cl_hostname); in nfs4_proc_get_locations()
8316 clp->cl_hostname); in nfs4_proc_fsid_present()
8980 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
9524 __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 Dinode.c2089 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
H A Dwrite.c1589 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4state.c1266 clp->cl_hostname); in nfs4_schedule_lease_recovery()
1285 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1296 clp->cl_hostname); in nfs4_schedule_migration_recovery()
1316 __func__, clp->cl_clientid, clp->cl_hostname); in nfs4_schedule_lease_moved_recovery()
1372 clp->cl_hostname); in nfs40_handle_cb_pathdown()
1417 clp->cl_hostname); in nfs4_schedule_stateid_recovery()
1912 __func__, error, clp->cl_hostname); in nfs4_recovery_handle_error()
1916 clp->cl_hostname); in nfs4_recovery_handle_error()
2010 clp->cl_hostname); in nfs4_handle_reclaim_lease_error()
2024 __func__, -EPROTONOSUPPORT, clp->cl_hostname); in nfs4_handle_reclaim_lease_error()
[all...]
H A Dclient.c171 clp->cl_hostname = kstrdup(cl_init->hostname, GFP_KERNEL); in nfs_alloc_client()
172 if (!clp->cl_hostname) in nfs_alloc_client()
248 kfree(clp->cl_hostname); in nfs_free_client()
512 .servername = clp->cl_hostname, in nfs_create_rpc_client()
567 .hostname = clp->cl_hostname, in nfs_start_lockd()
1216 clp->cl_hostname); in nfs_server_list_show()
H A Dnfs4trace.h356 __string(dstaddr, clp->cl_hostname)
362 __assign_str(dstaddr, clp->cl_hostname);
625 __string(hostname, clp->cl_hostname)
630 __assign_str(hostname, clp->cl_hostname)
651 __string(hostname, clp->cl_hostname)
658 __assign_str(hostname, clp->cl_hostname);
1584 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1597 __assign_str(dstaddr, clp ? clp->cl_hostname : "unknown")
1639 __string(dstaddr, clp ? clp->cl_hostname : "unknown")
1654 __assign_str(dstaddr, clp ? clp->cl_hostname
[all...]
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 Dcallback.c407 * Otherwise try to verify it using the cl_hostname. Note that this in check_gss_callback_principal()
416 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.c585 server->nfs_client->cl_hostname); in nfs4_do_handle_exception()
1946 clp->cl_hostname); in nfs4_opendata_check_deleg()
3265 NFS_SERVER(dir)->nfs_client->cl_hostname); in nfs4_do_open()
3396 server->nfs_client->cl_hostname); in nfs4_do_setattr()
7973 clp->cl_hostname); in nfs4_proc_get_locations()
8099 clp->cl_hostname); in nfs4_proc_fsid_present()
8753 "DESTROY_CLIENTID.", status, clp->cl_hostname); in _nfs4_proc_destroy_clientid()
9300 __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 Dinode.c1865 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_update_inode()
H A Dwrite.c1566 NFS_SERVER(inode)->nfs_client->cl_hostname, in nfs_writeback_done()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_fs_sb.h53 char * cl_hostname; /* hostname of server */ member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_fs_sb.h54 char * cl_hostname; /* hostname of server */ member

Completed in 62 milliseconds