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

/linux-master/drivers/s390/char/
H A Dmonwriter.c85 struct monwrite_hdr *monhdr)
90 if ((entry->hdr.mon_function == monhdr->mon_function ||
91 monhdr->mon_function == MONWRITE_STOP_INTERVAL) &&
92 entry->hdr.applid == monhdr->applid &&
93 entry->hdr.record_num == monhdr->record_num &&
94 entry->hdr.version == monhdr->version &&
95 entry->hdr.release == monhdr->release &&
96 entry->hdr.mod_level == monhdr->mod_level)
104 struct monwrite_hdr *monhdr = &monpriv->hdr; local
108 if (monhdr
84 monwrite_find_hdr(struct mon_private *monpriv, struct monwrite_hdr *monhdr) argument
149 struct monwrite_hdr *monhdr = &monpriv->hdr; local
[all...]
/linux-master/net/ceph/
H A Dauth.c123 struct ceph_mon_request_header *monhdr = buf; local
124 void *p = monhdr + 1, *end = buf + len, *lenp;
130 monhdr->have_version = 0;
131 monhdr->session_mon = cpu_to_le16(-1);
132 monhdr->session_mon_tid = 0;
H A Dmon_client.c800 h->monhdr.have_version = 0;
801 h->monhdr.session_mon = cpu_to_le16(-1);
802 h->monhdr.session_mon_tid = 0;
997 h->monhdr.have_version = 0;
998 h->monhdr.session_mon = cpu_to_le16(-1);
999 h->monhdr.session_mon_tid = 0;
/linux-master/include/linux/ceph/
H A Dceph_fs.h182 struct ceph_mon_request_header monhdr; member in struct:ceph_mon_statfs
200 struct ceph_mon_request_header monhdr; member in struct:ceph_mon_command
208 struct ceph_mon_request_header monhdr; member in struct:ceph_osd_getmap
214 struct ceph_mon_request_header monhdr; member in struct:ceph_mds_getmap
219 struct ceph_mon_request_header monhdr; member in struct:ceph_client_mount

Completed in 232 milliseconds