Searched refs:RPC_TASK_ASYNC (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/include/linux/sunrpc/ |
| H A D | sched.h | 132 #define RPC_TASK_ASYNC 0x0001 /* is an async task */ macro 148 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC)
|
| /linux-6.15/fs/nfs/ |
| H A D | unlink.c | 101 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in nfs_do_call_unlink() 351 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in nfs_async_rename()
|
| H A D | nfs42proc.c | 605 .flags = RPC_TASK_ASYNC | RPC_TASK_MOVEABLE, in nfs42_do_offload_cancel_async() 1016 .flags = RPC_TASK_ASYNC | RPC_TASK_MOVEABLE, in nfs42_proc_layoutstats_generic() 1171 .flags = RPC_TASK_ASYNC | RPC_TASK_MOVEABLE, in nfs42_proc_layouterror()
|
| H A D | nfs4proc.c | 2505 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in _nfs4_proc_open_confirm() 2676 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in nfs4_run_open_task() 3846 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in nfs4_do_close() 6874 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, in _nfs4_proc_delegreturn() 7217 .flags = RPC_TASK_ASYNC, in nfs4_do_unlck() 7498 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF, in _nfs4_do_setlk() 9667 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT | RPC_TASK_MOVEABLE, in _nfs41_proc_sequence() 9987 .flags = RPC_TASK_ASYNC | RPC_TASK_CRED_NOREF | in nfs4_proc_layoutget() 10154 task_setup_data.flags |= RPC_TASK_ASYNC; in nfs4_proc_layoutreturn() 10311 task_setup_data.flags = RPC_TASK_ASYNC; in nfs4_proc_layoutcommit() [all …]
|
| H A D | pagelist.c | 750 .flags = RPC_TASK_ASYNC | flags, in nfs_initiate_pgio()
|
| H A D | write.c | 1697 .flags = RPC_TASK_ASYNC | flags, in nfs_initiate_commit()
|
| /linux-6.15/fs/lockd/ |
| H A D | clntproc.c | 351 .flags = RPC_TASK_ASYNC, in __nlm_async_call() 797 req->a_flags = RPC_TASK_ASYNC; in nlmclnt_cancel()
|
| H A D | svc4proc.c | 315 call->a_flags = RPC_TASK_ASYNC; in nlm4svc_callback()
|
| H A D | svcproc.c | 347 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_callback()
|
| H A D | svclock.c | 264 call->a_flags = RPC_TASK_ASYNC; in nlmsvc_create_block()
|
| /linux-6.15/net/sunrpc/ |
| H A D | clnt.c | 1272 WARN_ON_ONCE(flags & RPC_TASK_ASYNC); in rpc_call_sync() 1273 if (flags & RPC_TASK_ASYNC) { in rpc_call_sync() 1306 .flags = flags|RPC_TASK_ASYNC, in rpc_call_async() 2992 task = rpc_call_null_helper(clnt, xprt, NULL, RPC_TASK_ASYNC, in rpc_clnt_test_and_add_xprt()
|
| H A D | auth.c | 657 if (flags & RPC_TASK_ASYNC) in rpcauth_bindcred()
|
| H A D | rpcb_clnt.c | 633 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFTCONN, in rpcb_call_async()
|
| /linux-6.15/net/sunrpc/auth_gss/ |
| H A D | auth_gss.c | 1297 RPC_TASK_ASYNC); in gss_send_destroy_context()
|
| /linux-6.15/include/trace/events/ |
| H A D | sunrpc.h | 341 { RPC_TASK_ASYNC, "ASYNC" }, \
|