Searched refs:secsize (Results 1 – 6 of 6) sorted by relevance
| /linux/block/partitions/ |
| H A D | mac.c | 38 unsigned secsize, datasize, partoffset; in mac_partition() local 54 secsize = be16_to_cpu(md->block_size); in mac_partition() 64 if (!is_power_of_2(secsize)) in mac_partition() 66 datasize = round_down(secsize, 512); in mac_partition() 70 partoffset = secsize % 512; in mac_partition() 91 int pos = slot * secsize; in mac_partition() 100 be32_to_cpu(part->start_block) * (secsize/512), in mac_partition() 101 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 1004 size_t secsize; in test_btf_datasec() local 1013 secsize = btf__resolve_size(btf, type_id); in test_btf_datasec() 1014 ASSERT_EQ(secsize, 0, "verify section size"); in test_btf_datasec()
|
| /linux/kernel/module/ |
| H A D | internal.h | 132 char *module_next_tag_pair(char *string, unsigned long *secsize);
|
| H A D | main.c | 1091 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument 1096 if ((*secsize)-- <= 1) in module_next_tag_pair() 1103 if ((*secsize)-- <= 1) in module_next_tag_pair()
|
| /linux/scripts/mod/ |
| H A D | modpost.c | 667 static char *next_string(char *string, unsigned long *secsize) in next_string() argument 672 if ((*secsize)-- <= 1) in next_string() 679 if ((*secsize)-- <= 1) in next_string()
|
| /linux/drivers/bluetooth/ |
| H A D | btmtk.c | 46 __le32 secsize; member
|