Home
last modified time | relevance | path

Searched refs:RPC_TASK_MOVEABLE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/sunrpc/
H A Dsched.h123 #define RPC_TASK_MOVEABLE 0x0004 /* nfs4.1+ rpc tasks */ macro
141 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
/openbmc/linux/fs/nfs/
H A Dunlink.c107 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs_do_call_unlink()
354 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs_async_rename()
H A Dpagelist.c868 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs_initiate_pgio()
1072 task_flags = RPC_TASK_MOVEABLE; in nfs_generic_pg_pgios()
H A Dnfs4proc.c1173 task_flags = RPC_TASK_MOVEABLE; in nfs4_call_sync_sequence()
2580 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_run_open_task()
3753 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_do_close()
4339 task_flags = RPC_TASK_MOVEABLE; in _nfs4_proc_getattr()
4453 task_flags = RPC_TASK_MOVEABLE; in _nfs4_proc_lookup()
6694 task_setup_data.flags |= RPC_TASK_MOVEABLE; in _nfs4_proc_delegreturn()
7011 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_do_unlck()
7291 task_setup_data.flags |= RPC_TASK_MOVEABLE; in _nfs4_do_setlk()
9452 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT | RPC_TASK_MOVEABLE, in _nfs41_proc_sequence()
9769 RPC_TASK_MOVEABLE, in nfs4_proc_layoutget()
[all …]
H A Dwrite.c1709 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs_initiate_commit()
1831 task_flags = RPC_TASK_MOVEABLE; in nfs_commit_list()
H A Dnfs42proc.c555 .flags = RPC_TASK_ASYNC | RPC_TASK_MOVEABLE, in nfs42_do_offload_cancel_async()
/openbmc/linux/net/sunrpc/
H A Dclnt.c1159 (task->tk_flags & RPC_TASK_MOVEABLE))) in rpc_task_set_transport()
2208 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()
/openbmc/linux/include/trace/events/
H A Dsunrpc.h343 { RPC_TASK_MOVEABLE, "MOVEABLE" }, \