Searched refs:cl_rpcwaitq (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nfs_fs_sb.h | 72 struct rpc_wait_queue cl_rpcwaitq; member
|
/linux-4.1.27/fs/nfs/ |
D | nfs4client.c | 197 rpc_init_wait_queue(&clp->cl_rpcwaitq, "NFS client"); in nfs4_alloc_client() 227 rpc_destroy_wait_queue(&clp->cl_rpcwaitq); in nfs4_shutdown_client()
|
D | nfs4state.c | 1141 rpc_wake_up(&clp->cl_rpcwaitq); in nfs4_clear_state_manager_bit()
|
D | nfs4proc.c | 4940 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); in nfs4_async_handle_error() 4942 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); in nfs4_async_handle_error()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 219 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in filelayout_async_handle_error() 221 rpc_wake_up_queued_task(&mds_client->cl_rpcwaitq, task); in filelayout_async_handle_error()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 775 rpc_sleep_on(&mds_client->cl_rpcwaitq, task, NULL); in ff_layout_async_handle_error_v4() 777 rpc_wake_up_queued_task(&mds_client->cl_rpcwaitq, task); in ff_layout_async_handle_error_v4()
|