Searched refs:cl_session (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | nfs4session.h | 110 if (clp->cl_session) in nfs4_has_session() 118 return (clp->cl_session->flags & SESSION4_PERSIST); in nfs4_has_persistent_session()
|
D | callback_proc.c | 381 session = clp->cl_session; in referring_call_exists() 430 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN)) in nfs4_callback_sequence() 432 tbl = &clp->cl_session->bc_slot_table; in nfs4_callback_sequence() 447 status = validate_seqid(&clp->cl_session->bc_slot_table, args); in nfs4_callback_sequence() 544 fc_tbl = &cps->clp->cl_session->fc_slot_table; in nfs4_callback_recallslot()
|
D | nfs4client.c | 163 nfs4_destroy_session(clp->cl_session); in nfs41_shutdown_client() 314 clp->cl_session = session; in nfs41_init_client() 762 if (memcmp(clp->cl_session->sess_id.data, in nfs4_find_client_sessionid() 898 sess = server->nfs_client->cl_session; in nfs4_session_set_rwsize()
|
D | nfs4session.c | 535 clear_bit(NFS4_SESSION_INITING, &clp->cl_session->session_state); in nfs4_init_session() 541 struct nfs4_session *session = clp->cl_session; in nfs4_init_ds_session()
|
D | pnfs_dev.c | 111 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz; in nfs4_get_device_info()
|
D | nfs4_fs.h | 263 return server->nfs_client->cl_session; in nfs4_get_session()
|
D | nfs4state.c | 229 struct nfs4_session *ses = clp->cl_session; in nfs4_end_drain_session() 257 struct nfs4_session *ses = clp->cl_session; in nfs4_begin_drain_session() 2258 status = nfs4_proc_destroy_session(clp->cl_session, cred); in nfs4_reset_session() 2275 memset(clp->cl_session->sess_id.data, 0, NFS4_MAX_SESSIONID_LEN); in nfs4_reset_session()
|
D | nfs4proc.c | 407 nfs4_schedule_session_recovery(clp->cl_session, errorcode); in nfs4_handle_exception() 1704 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err); in nfs4_handle_delegation_recall_error() 4921 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); in nfs4_async_handle_error() 6681 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id); in nfs4_proc_bind_conn_to_session() 6682 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN)) in nfs4_proc_bind_conn_to_session() 6689 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) { in nfs4_proc_bind_conn_to_session() 6915 &clp->cl_session->session_state); in _nfs4_proc_exchange_id() 7065 nfs41_setup_sequence(data->clp->cl_session, in nfs4_get_lease_time_prepare() 7262 struct nfs4_session *session = clp->cl_session; in _nfs4_proc_create_session() 7308 struct nfs4_session *session = clp->cl_session; in nfs4_proc_create_session() [all …]
|
D | callback_xdr.c | 775 nfs4_callback_free_slot(cps->clp->cl_session); in nfs4_cb_free_slot()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 131 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in filelayout_async_handle_error() 165 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); in filelayout_async_handle_error() 303 if (nfs41_setup_sequence(hdr->ds_clp->cl_session, in filelayout_read_prepare() 396 if (nfs41_setup_sequence(hdr->ds_clp->cl_session, in filelayout_write_prepare() 431 nfs41_setup_sequence(wdata->ds_clp->cl_session, in filelayout_commit_prepare()
|
/linux-4.1.27/include/linux/ |
D | nfs_fs_sb.h | 91 struct nfs4_session *cl_session; /* shared session */ member
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 683 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; in ff_layout_async_handle_error_v4() 720 nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); in ff_layout_async_handle_error_v4() 950 if (ds_clp->cl_session) in ff_layout_setup_sequence() 951 return nfs41_setup_sequence(ds_clp->cl_session, in ff_layout_setup_sequence()
|