Searched refs:RPC_TASK_MOVEABLE (Results 1 – 6 of 6) sorted by relevance
124 #define RPC_TASK_MOVEABLE 0x0004 /* nfs4.1+ rpc tasks */ macro143 #define RPC_IS_MOVEABLE(t) ((t)->tk_flags & RPC_TASK_MOVEABLE)
1161 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 …]
968 task_flags = RPC_TASK_MOVEABLE; in nfs_generic_pg_pgios()
1825 task_flags = RPC_TASK_MOVEABLE; in nfs_commit_list()
302 { RPC_TASK_MOVEABLE, "MOVEABLE" }, \
2108 (task->tk_flags & RPC_TASK_MOVEABLE) && in call_connect_status()