Home
last modified time | relevance | path

Searched refs:RPC_TASK_SOFT (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/sunrpc/
Dsched.h124 #define RPC_TASK_SOFT 0x0200 /* Use soft timeouts */ macro
135 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT))
/linux-4.19.296/fs/nfs/
Dmount_clnt.c189 status = rpc_call_sync(mnt_clnt, &msg, RPC_TASK_SOFT|RPC_TASK_TIMEOUT); in nfs_mount()
/linux-4.19.296/fs/nfsd/
Dnfs4callback.c1195 rpc_call_async(clnt, &cb->cb_msg, RPC_TASK_SOFT | RPC_TASK_SOFTCONN, in nfsd4_run_cb_work()