Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/sunrpc/
Dsched.h124 #define RPC_TASK_MOVEABLE 0x0004 /* nfs4.1+ rpc tasks */ macro
143 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
/Linux-v5.15/fs/nfs/
Dnfs4proc.c1161 task_flags = RPC_TASK_MOVEABLE; in nfs4_call_sync_sequence()
2574 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_run_open_task()
3757 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_do_close()
4199 task_flags = RPC_TASK_MOVEABLE; in _nfs4_proc_getattr()
4321 task_flags = RPC_TASK_MOVEABLE; in _nfs4_proc_lookup()
6554 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT | RPC_TASK_MOVEABLE, in _nfs4_proc_delegreturn()
6876 task_setup_data.flags |= RPC_TASK_MOVEABLE; in nfs4_do_unlck()
7154 task_setup_data.flags |= RPC_TASK_MOVEABLE; in _nfs4_do_setlk()
9248 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT | RPC_TASK_MOVEABLE, in _nfs41_proc_sequence()
9571 RPC_TASK_MOVEABLE, in nfs4_proc_layoutget()
[all …]
Dpagelist.c968 task_flags = RPC_TASK_MOVEABLE; in nfs_generic_pg_pgios()
Dwrite.c1825 task_flags = RPC_TASK_MOVEABLE; in nfs_commit_list()
/Linux-v5.15/include/trace/events/
Dsunrpc.h302 { RPC_TASK_MOVEABLE, "MOVEABLE" }, \
/Linux-v5.15/net/sunrpc/
Dclnt.c2108 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()