Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dxprt.h460 #define XPRT_CLOSING (6) macro
/linux/net/sunrpc/
H A Dxprtsock.c1235 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1573 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1594 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1605 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
H A Dsysfs.c264 closing = test_bit(XPRT_CLOSING, &xprt->state); in rpc_sysfs_xprt_state_show()
H A Dxprt.c832 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
941 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()