Home
last modified time | relevance | path

Searched refs:secsize (Results 1 – 6 of 6) sorted by relevance

/linux/block/partitions/
H A Dmac.c38 unsigned secsize, datasize, partoffset; in mac_partition() local
54 secsize = be16_to_cpu(md->block_size); in mac_partition()
56 datasize = round_down(secsize, 512); in mac_partition()
60 partoffset = secsize % 512; in mac_partition()
79 int pos = slot * secsize; in mac_partition()
88 be32_to_cpu(part->start_block) * (secsize/512), in mac_partition()
89 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c818 size_t secsize; in test_btf_datasec() local
827 secsize = btf__resolve_size(btf, type_id); in test_btf_datasec()
828 ASSERT_EQ(secsize, 0, "verify section size"); in test_btf_datasec()
/linux/kernel/module/
H A Dinternal.h115 char *module_next_tag_pair(char *string, unsigned long *secsize);
H A Dmain.c1015 char *module_next_tag_pair(char *string, unsigned long *secsize) in module_next_tag_pair() argument
1020 if ((*secsize)-- <= 1) in module_next_tag_pair()
1027 if ((*secsize)-- <= 1) in module_next_tag_pair()
/linux/scripts/mod/
H A Dmodpost.c647 static char *next_string(char *string, unsigned long *secsize) in next_string() argument
652 if ((*secsize)-- <= 1) in next_string()
659 if ((*secsize)-- <= 1) in next_string()
/linux/drivers/bluetooth/
H A Dbtmtk.c46 __le32 secsize; member