Home
last modified time | relevance | path

Searched refs:sys_status (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/cluster/
Dtcp.c79 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \
314 enum o2net_system_error sys_status, in o2net_complete_nsw_locked() argument
321 nsw->ns_sys_status = sys_status; in o2net_complete_nsw_locked()
330 u64 id, enum o2net_system_error sys_status, in o2net_complete_nsw() argument
343 o2net_complete_nsw_locked(nn, nsw, sys_status, status); in o2net_complete_nsw()
966 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); in o2net_init_msg()
1156 hdr->sys_status = cpu_to_be32(syserr); in o2net_send_status_magic()
1186 be32_to_cpu(hdr->sys_status), in o2net_process_message()
Dtcp.h31 __be32 sys_status; member