Searched refs:datasz (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | elf.h | 90 size_t datasz, bool compat, in arch_parse_elf_property() argument 96 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
|
| H A D | audit.h | 194 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
|
| /linux-6.15/fs/ |
| H A D | binfmt_elf.c | 728 if (*off == datasz) in parse_elf_property() 734 datasz -= *off; in parse_elf_property() 736 if (datasz < sizeof(*pr)) in parse_elf_property() 740 datasz -= sizeof(*pr); in parse_elf_property() 742 if (pr->pr_datasz > datasz) in parse_elf_property() 747 if (step > datasz) in parse_elf_property() 776 size_t off, datasz; in parse_elf_properties() local 1469 unsigned int datasz; member 1479 sz += roundup(en->datasz, 4); in notesize() 1488 en.n_descsz = men->datasz; in writenote() [all …]
|
| H A D | binfmt_elf_fdpic.c | 1211 unsigned int datasz; member 1221 sz += roundup(en->datasz, 4); in notesize() 1232 en.n_descsz = men->datasz; in writenote() 1237 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote() 1283 note->datasz = sz; in fill_note()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | elf.h | 261 size_t datasz, bool compat, in arch_parse_elf_property() argument 271 if (datasz != sizeof(*p)) in arch_parse_elf_property()
|
| /linux-6.15/kernel/ |
| H A D | auditfilter.c | 450 size_t datasz) in audit_data_to_entry() argument 455 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry() 1134 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument 1141 entry = audit_data_to_entry(data, datasz); in audit_rule_change() 1148 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.c | 22221 uint32_t datasz) in lpfc_read_object() argument 22243 bf_set(lpfc_mbx_rd_object_rlen, &read_object->u.request, datasz); in lpfc_read_object() 22294 length, datasz, eof); in lpfc_read_object()
|