Home
last modified time | relevance | path

Searched refs:footer (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/fs/f2fs/
H A Dnode.h242 return le32_to_cpu(rn->footer.ino); in ino_of_node()
248 return le32_to_cpu(rn->footer.nid); in nid_of_node()
254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node()
261 return le64_to_cpu(rn->footer.cp_ver); in cpver_of_node()
267 return le32_to_cpu(rn->footer.next_blkaddr); in next_blkaddr_of_node()
279 old_flag = le32_to_cpu(rn->footer.flag); in fill_node_footer()
281 rn->footer.nid = cpu_to_le32(nid); in fill_node_footer()
282 rn->footer.ino = cpu_to_le32(ino); in fill_node_footer()
285 rn->footer.flag = cpu_to_le32((ofs << OFFSET_BIT_SHIFT) | in fill_node_footer()
293 memcpy(&dst_rn->footer, in copy_node_footer()
[all...]
H A Dsegment.h122 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
123 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type))
/kernel/linux/linux-6.6/fs/f2fs/
H A Dnode.h242 return le32_to_cpu(rn->footer.ino); in ino_of_node()
248 return le32_to_cpu(rn->footer.nid); in nid_of_node()
254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node()
261 return le64_to_cpu(rn->footer.cp_ver); in cpver_of_node()
267 return le32_to_cpu(rn->footer.next_blkaddr); in next_blkaddr_of_node()
279 old_flag = le32_to_cpu(rn->footer.flag); in fill_node_footer()
281 rn->footer.nid = cpu_to_le32(nid); in fill_node_footer()
282 rn->footer.ino = cpu_to_le32(ino); in fill_node_footer()
285 rn->footer.flag = cpu_to_le32((ofs << OFFSET_BIT_SHIFT) | in fill_node_footer()
293 memcpy(&dst_rn->footer, in copy_node_footer()
[all...]
H A Dsegment.h122 #define GET_SUM_TYPE(footer) ((footer)->entry_type)
123 #define SET_SUM_TYPE(footer, type) ((footer)->entry_type = (type))
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Deprom.c222 u16 version; /* version of this footer */
288 * The segment magic has been checked. There is a footer and table of
296 struct hfi1_eprom_footer *footer; in read_segment_platform_config() local
306 /* the footer is at the end of the directory */ in read_segment_platform_config()
307 footer = (struct hfi1_eprom_footer *) in read_segment_platform_config()
308 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config()
311 if (footer->version != FOOTER_VERSION) in read_segment_platform_config()
315 if (footer->oprom_size >= SEG_SIZE) in read_segment_platform_config()
319 if (footer->num_table_entries > in read_segment_platform_config()
320 MAX_TABLE_ENTRIES(SEG_SIZE - footer in read_segment_platform_config()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Deprom.c181 u16 version; /* version of this footer */
247 * The segment magic has been checked. There is a footer and table of
255 struct hfi1_eprom_footer *footer; in read_segment_platform_config() local
265 /* the footer is at the end of the directory */ in read_segment_platform_config()
266 footer = (struct hfi1_eprom_footer *) in read_segment_platform_config()
267 (directory + EP_PAGE_SIZE - sizeof(*footer)); in read_segment_platform_config()
270 if (footer->version != FOOTER_VERSION) in read_segment_platform_config()
274 if (footer->oprom_size >= SEG_SIZE) in read_segment_platform_config()
278 if (footer->num_table_entries > in read_segment_platform_config()
279 MAX_TABLE_ENTRIES(SEG_SIZE - footer in read_segment_platform_config()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dafs.c32 u32 image_start; /* Start of area reserved by this footer */
33 u32 signature; /* 'Magic' number proves it's a footer */
127 * reading the footer. in afs_parse_v1_partition()
168 * be located after the footer structure. in afs_parse_v1_partition()
220 u32 footer[12]; in afs_parse_v2_partition() local
238 /* First read the footer */ in afs_parse_v2_partition()
239 ptr = off + mtd->erasesize - sizeof(footer); in afs_parse_v2_partition()
240 ret = mtd_read(mtd, ptr, sizeof(footer), &sz, (u_char *)footer); in afs_parse_v2_partition()
241 if ((ret < 0) || (ret >= 0 && sz != sizeof(footer))) { in afs_parse_v2_partition()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dafs.c32 u32 image_start; /* Start of area reserved by this footer */
33 u32 signature; /* 'Magic' number proves it's a footer */
127 * reading the footer. in afs_parse_v1_partition()
168 * be located after the footer structure. in afs_parse_v1_partition()
220 u32 footer[12]; in afs_parse_v2_partition() local
238 /* First read the footer */ in afs_parse_v2_partition()
239 ptr = off + mtd->erasesize - sizeof(footer); in afs_parse_v2_partition()
240 ret = mtd_read(mtd, ptr, sizeof(footer), &sz, (u_char *)footer); in afs_parse_v2_partition()
241 if ((ret < 0) || (ret >= 0 && sz != sizeof(footer))) { in afs_parse_v2_partition()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dmessenger_v1.c169 * Prepare footer for currently outgoing message, and finish things
176 m->footer.flags |= CEPH_MSG_FOOTER_COMPLETE; in prepare_write_message_footer()
179 con_out_kvec_add(con, sizeof_footer(con), &m->footer); in prepare_write_message_footer()
184 m->footer.sig = 0; in prepare_write_message_footer()
186 m->old_footer.flags = m->footer.flags; in prepare_write_message_footer()
237 /* fill in front and middle crc, footer */ in prepare_write_message()
239 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
243 con->out_msg->footer.middle_crc = cpu_to_le32(crc); in prepare_write_message()
245 con->out_msg->footer.middle_crc = 0; in prepare_write_message()
247 le32_to_cpu(con->out_msg->footer in prepare_write_message()
[all...]
H A Dauth_x.c979 sigblock->front_crc = msg->footer.front_crc; in calc_signature()
980 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature()
981 sigblock->data_crc = msg->footer.data_crc; in calc_signature()
1006 sigblock->front_crc = msg->footer.front_crc; in calc_signature()
1008 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature()
1010 sigblock->data_crc = msg->footer.data_crc; in calc_signature()
1041 msg->footer.sig = sig; in ceph_x_sign_message()
1042 msg->footer.flags |= CEPH_MSG_FOOTER_SIGNED; in ceph_x_sign_message()
1059 if (sig_check == msg->footer.sig) in ceph_x_check_message_signature()
1061 if (msg->footer in ceph_x_check_message_signature()
[all...]
/kernel/linux/linux-5.10/net/ceph/
H A Dauth_x.c822 sigblock->front_crc = msg->footer.front_crc; in calc_signature()
823 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature()
824 sigblock->data_crc = msg->footer.data_crc; in calc_signature()
849 sigblock->front_crc = msg->footer.front_crc; in calc_signature()
851 sigblock->middle_crc = msg->footer.middle_crc; in calc_signature()
853 sigblock->data_crc = msg->footer.data_crc; in calc_signature()
884 msg->footer.sig = sig; in ceph_x_sign_message()
885 msg->footer.flags |= CEPH_MSG_FOOTER_SIGNED; in ceph_x_sign_message()
902 if (sig_check == msg->footer.sig) in ceph_x_check_message_signature()
904 if (msg->footer in ceph_x_check_message_signature()
[all...]
H A Dmessenger.c1228 * Prepare footer for currently outgoing message, and finish things
1235 m->footer.flags |= CEPH_MSG_FOOTER_COMPLETE; in prepare_write_message_footer()
1238 con_out_kvec_add(con, sizeof_footer(con), &m->footer); in prepare_write_message_footer()
1243 m->footer.sig = 0; in prepare_write_message_footer()
1245 m->old_footer.flags = m->footer.flags; in prepare_write_message_footer()
1314 /* fill in front and middle crc, footer */ in prepare_write_message()
1316 con->out_msg->footer.front_crc = cpu_to_le32(crc); in prepare_write_message()
1320 con->out_msg->footer.middle_crc = cpu_to_le32(crc); in prepare_write_message()
1322 con->out_msg->footer.middle_crc = 0; in prepare_write_message()
1324 le32_to_cpu(con->out_msg->footer in prepare_write_message()
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dbpf_helpers_doc.py225 .. repository (header and footer).
270 footer = '''
353 print(footer)
516 footer = ''
517 print(footer)
/kernel/linux/linux-6.6/scripts/
H A Dbpf_doc.py391 .. repository (header and footer).
499 footer = '''
582 print(footer)
793 footer = ''
794 print(footer)
/kernel/linux/linux-6.6/tools/verification/dot2/
H A Ddot2c.py221 footer = "};\n"
222 return footer
/kernel/linux/linux-5.10/samples/kmemleak/
H A Dkmemleak-test.c25 long footer[25]; member
/kernel/linux/linux-6.6/samples/kmemleak/
H A Dkmemleak-test.c25 long footer[25]; member
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.h37 __le32 footer; member
53 /* PIT footer fields */
H A Dt7xx_hif_dpmaif_rx.c74 value = FIELD_GET(PD_PIT_H_BID, le32_to_cpu(pit_info->pd.footer)); in t7xx_normal_pit_bid()
458 return FIELD_GET(PD_PIT_PIT_SEQ, le32_to_cpu(pit->pd.footer)); in t7xx_dpmaif_read_pit_seq()
/kernel/linux/linux-5.10/include/linux/
H A Df2fs_fs.h317 struct node_footer footer; member
482 struct summary_footer footer; member
/kernel/linux/linux-6.6/include/linux/
H A Df2fs_fs.h362 struct node_footer footer; member
527 struct summary_footer footer; member
/kernel/linux/linux-6.6/drivers/net/ethernet/vertexcom/
H A Dmse102x.c214 __be16 *footer = skb_put(skb, DET_DFT_LEN); in mse102x_put_footer() local
216 *footer = cpu_to_be16(DET_DFT); in mse102x_put_footer()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dmessenger.h213 * footer (crc values, mainly), a "front" message body, and possibly a
219 struct ceph_msg_footer footer; /* footer */ member
220 struct ceph_msg_footer_old old_footer; /* old format footer */
301 struct kvec out_kvec[8], /* sending header/footer data */
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dmessenger.h262 * footer (crc values, mainly), a "front" message body, and possibly a
268 struct ceph_msg_footer footer; /* footer */ member
269 struct ceph_msg_footer_old old_footer; /* old format footer */
325 struct kvec out_kvec[8], /* sending header/footer data */
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c1716 struct brcmf_random_seed_footer footer = { in brcmf_pcie_download_fw_nvram() local
1727 address -= sizeof(footer); in brcmf_pcie_download_fw_nvram()
1728 memcpy_toio(devinfo->tcm + address, &footer, in brcmf_pcie_download_fw_nvram()
1729 sizeof(footer)); in brcmf_pcie_download_fw_nvram()

Completed in 29 milliseconds

12