Home
last modified time | relevance | path

Searched refs:NODE_STAT_OFFLINE (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.h81 NODE_STAT_OFFLINE, enumerator
Dsocket_adapter.c151 if (node->status != NODE_STAT_OFFLINE) { in hmdfs_sendmessage()
170 if (node->status != NODE_STAT_OFFLINE) { in hmdfs_sendmessage()
187 } while (node->status != NODE_STAT_OFFLINE); in hmdfs_sendmessage()
Dconnection.c869 node->status = NODE_STAT_OFFLINE; in hmdfs_disconnect_node()
Dtransport.c631 if (tcp->connect->node->status != NODE_STAT_OFFLINE) in tcp_recv_thread()
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_remote.c220 if (conn->status == NODE_STAT_OFFLINE) in hmdfs_remote_file_reopen()