Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/char/
Dmonwriter.c80 struct monwrite_hdr *monhdr) in monwrite_find_hdr() argument
85 if ((entry->hdr.mon_function == monhdr->mon_function || in monwrite_find_hdr()
86 monhdr->mon_function == MONWRITE_STOP_INTERVAL) && in monwrite_find_hdr()
87 entry->hdr.applid == monhdr->applid && in monwrite_find_hdr()
88 entry->hdr.record_num == monhdr->record_num && in monwrite_find_hdr()
89 entry->hdr.version == monhdr->version && in monwrite_find_hdr()
90 entry->hdr.release == monhdr->release && in monwrite_find_hdr()
91 entry->hdr.mod_level == monhdr->mod_level) in monwrite_find_hdr()
99 struct monwrite_hdr *monhdr = &monpriv->hdr; in monwrite_new_hdr() local
103 if (monhdr->datalen > MONWRITE_MAX_DATALEN || in monwrite_new_hdr()
[all …]
/Linux-v4.19/net/ceph/
Dauth.c107 struct ceph_mon_request_header *monhdr = buf; in ceph_auth_build_hello() local
108 void *p = monhdr + 1, *end = buf + len, *lenp; in ceph_auth_build_hello()
114 monhdr->have_version = 0; in ceph_auth_build_hello()
115 monhdr->session_mon = cpu_to_le16(-1); in ceph_auth_build_hello()
116 monhdr->session_mon_tid = 0; in ceph_auth_build_hello()
151 struct ceph_mon_request_header *monhdr = msg_buf; in ceph_build_auth_request() local
152 void *p = monhdr + 1; in ceph_build_auth_request()
156 monhdr->have_version = 0; in ceph_build_auth_request()
157 monhdr->session_mon = cpu_to_le16(-1); in ceph_build_auth_request()
158 monhdr->session_mon_tid = 0; in ceph_build_auth_request()
Dmon_client.c715 h->monhdr.have_version = 0; in ceph_monc_do_statfs()
716 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_do_statfs()
717 h->monhdr.session_mon_tid = 0; in ceph_monc_do_statfs()
911 h->monhdr.have_version = 0; in ceph_monc_blacklist_add()
912 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_blacklist_add()
913 h->monhdr.session_mon_tid = 0; in ceph_monc_blacklist_add()
/Linux-v4.19/include/linux/ceph/
Dceph_fs.h170 struct ceph_mon_request_header monhdr; member
188 struct ceph_mon_request_header monhdr; member
196 struct ceph_mon_request_header monhdr; member
202 struct ceph_mon_request_header monhdr; member
207 struct ceph_mon_request_header monhdr; member