Home
last modified time | relevance | path

Searched refs:RPC_WAS_SENT (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsched.h151 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) macro
/linux/net/sunrpc/
H A Dxprt.c1547 int is_retrans = RPC_WAS_SENT(task); in xprt_request_transmit()
/linux/fs/nfs/
H A Dpnfs.c1665 if (!RPC_WAS_SENT(task)) in pnfs_roc_done()
H A Dnfs4proc.c858 if (!RPC_WAS_SENT(task) || slot->seq_done) in nfs41_sequence_process()
9998 if (task->tk_rpc_status != 0 && RPC_WAS_SENT(task)) { in nfs4_layoutreturn_done()