Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/char/
Dmonwriter.c79 struct monwrite_hdr *monhdr) in monwrite_find_hdr() argument
84 if ((entry->hdr.mon_function == monhdr->mon_function || in monwrite_find_hdr()
85 monhdr->mon_function == MONWRITE_STOP_INTERVAL) && in monwrite_find_hdr()
86 entry->hdr.applid == monhdr->applid && in monwrite_find_hdr()
87 entry->hdr.record_num == monhdr->record_num && in monwrite_find_hdr()
88 entry->hdr.version == monhdr->version && in monwrite_find_hdr()
89 entry->hdr.release == monhdr->release && in monwrite_find_hdr()
90 entry->hdr.mod_level == monhdr->mod_level) in monwrite_find_hdr()
98 struct monwrite_hdr *monhdr = &monpriv->hdr; in monwrite_new_hdr() local
102 if (monhdr->datalen > MONWRITE_MAX_DATALEN || in monwrite_new_hdr()
[all …]
/linux-3.4.99/net/ceph/
Dauth.c103 struct ceph_mon_request_header *monhdr = buf; in ceph_auth_build_hello() local
104 void *p = monhdr + 1, *end = buf + len, *lenp; in ceph_auth_build_hello()
110 monhdr->have_version = 0; in ceph_auth_build_hello()
111 monhdr->session_mon = cpu_to_le16(-1); in ceph_auth_build_hello()
112 monhdr->session_mon_tid = 0; in ceph_auth_build_hello()
147 struct ceph_mon_request_header *monhdr = msg_buf; in ceph_build_auth_request() local
148 void *p = monhdr + 1; in ceph_build_auth_request()
152 monhdr->have_version = 0; in ceph_build_auth_request()
153 monhdr->session_mon = cpu_to_le16(-1); in ceph_build_auth_request()
154 monhdr->session_mon_tid = 0; in ceph_build_auth_request()
Dmon_client.c569 h->monhdr.have_version = 0; in ceph_monc_do_statfs()
570 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_do_statfs()
571 h->monhdr.session_mon_tid = 0; in ceph_monc_do_statfs()
670 h->monhdr.have_version = 0; in ceph_monc_do_poolop()
671 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_do_poolop()
672 h->monhdr.session_mon_tid = 0; in ceph_monc_do_poolop()
/linux-3.4.99/include/linux/ceph/
Dceph_fs.h170 struct ceph_mon_request_header monhdr; member
188 struct ceph_mon_request_header monhdr; member
198 struct ceph_mon_request_header monhdr; member
211 struct ceph_mon_request_header monhdr; member
217 struct ceph_mon_request_header monhdr; member
222 struct ceph_mon_request_header monhdr; member