Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/s390/char/
H A Dmonwriter.c85 struct monwrite_hdr *monhdr) in monwrite_find_hdr()
90 if ((entry->hdr.mon_function == monhdr->mon_function || in monwrite_find_hdr()
91 monhdr->mon_function == MONWRITE_STOP_INTERVAL) && in monwrite_find_hdr()
92 entry->hdr.applid == monhdr->applid && in monwrite_find_hdr()
93 entry->hdr.record_num == monhdr->record_num && in monwrite_find_hdr()
94 entry->hdr.version == monhdr->version && in monwrite_find_hdr()
95 entry->hdr.release == monhdr->release && in monwrite_find_hdr()
96 entry->hdr.mod_level == monhdr->mod_level) in monwrite_find_hdr()
104 struct monwrite_hdr *monhdr = &monpriv->hdr; in monwrite_new_hdr() local
108 if (monhdr in monwrite_new_hdr()
84 monwrite_find_hdr(struct mon_private *monpriv, struct monwrite_hdr *monhdr) monwrite_find_hdr() argument
149 struct monwrite_hdr *monhdr = &monpriv->hdr; monwrite_new_data() local
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Dmonwriter.c89 struct monwrite_hdr *monhdr) in monwrite_find_hdr()
94 if ((entry->hdr.mon_function == monhdr->mon_function || in monwrite_find_hdr()
95 monhdr->mon_function == MONWRITE_STOP_INTERVAL) && in monwrite_find_hdr()
96 entry->hdr.applid == monhdr->applid && in monwrite_find_hdr()
97 entry->hdr.record_num == monhdr->record_num && in monwrite_find_hdr()
98 entry->hdr.version == monhdr->version && in monwrite_find_hdr()
99 entry->hdr.release == monhdr->release && in monwrite_find_hdr()
100 entry->hdr.mod_level == monhdr->mod_level) in monwrite_find_hdr()
108 struct monwrite_hdr *monhdr = &monpriv->hdr; in monwrite_new_hdr() local
112 if (monhdr in monwrite_new_hdr()
88 monwrite_find_hdr(struct mon_private *monpriv, struct monwrite_hdr *monhdr) monwrite_find_hdr() argument
153 struct monwrite_hdr *monhdr = &monpriv->hdr; monwrite_new_data() local
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A 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 in ceph_build_auth_request()
[all...]
H A Dmon_client.c729 h->monhdr.have_version = 0; in ceph_monc_do_statfs()
730 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_do_statfs()
731 h->monhdr.session_mon_tid = 0; in ceph_monc_do_statfs()
926 h->monhdr.have_version = 0; in do_mon_command_vargs()
927 h->monhdr.session_mon = cpu_to_le16(-1); in do_mon_command_vargs()
928 h->monhdr.session_mon_tid = 0; in do_mon_command_vargs()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dceph_fs.h171 struct ceph_mon_request_header monhdr; member
189 struct ceph_mon_request_header monhdr; member
197 struct ceph_mon_request_header monhdr; member
203 struct ceph_mon_request_header monhdr; member
208 struct ceph_mon_request_header monhdr; member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dceph_fs.h182 struct ceph_mon_request_header monhdr; member
200 struct ceph_mon_request_header monhdr; member
208 struct ceph_mon_request_header monhdr; member
214 struct ceph_mon_request_header monhdr; member
219 struct ceph_mon_request_header monhdr; member
/kernel/linux/linux-6.6/net/ceph/
H A Dauth.c123 struct ceph_mon_request_header *monhdr = buf; in ceph_auth_build_hello() local
124 void *p = monhdr + 1, *end = buf + len, *lenp; in ceph_auth_build_hello()
130 monhdr->have_version = 0; in ceph_auth_build_hello()
131 monhdr->session_mon = cpu_to_le16(-1); in ceph_auth_build_hello()
132 monhdr->session_mon_tid = 0; in ceph_auth_build_hello()
H A Dmon_client.c800 h->monhdr.have_version = 0; in ceph_monc_do_statfs()
801 h->monhdr.session_mon = cpu_to_le16(-1); in ceph_monc_do_statfs()
802 h->monhdr.session_mon_tid = 0; in ceph_monc_do_statfs()
997 h->monhdr.have_version = 0; in do_mon_command_vargs()
998 h->monhdr.session_mon = cpu_to_le16(-1); in do_mon_command_vargs()
999 h->monhdr.session_mon_tid = 0; in do_mon_command_vargs()

Completed in 11 milliseconds