Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dtcp.c77 be32_to_cpu(__hdr->sys_status), be32_to_cpu(__hdr->key), \
312 enum o2net_system_error sys_status, in o2net_complete_nsw_locked() argument
319 nsw->ns_sys_status = sys_status; in o2net_complete_nsw_locked()
328 u64 id, enum o2net_system_error sys_status, in o2net_complete_nsw() argument
341 o2net_complete_nsw_locked(nn, nsw, sys_status, status); in o2net_complete_nsw()
964 msg->sys_status = cpu_to_be32(O2NET_ERR_NONE); in o2net_init_msg()
1154 hdr->sys_status = cpu_to_be32(syserr); in o2net_send_status_magic()
1184 be32_to_cpu(hdr->sys_status), in o2net_process_message()
Dtcp.h29 __be32 sys_status; member