| /linux/fs/hfsplus/ |
| H A D | part_tbl.c | 71 sector_t *part_start, sector_t *part_size) in hfs_parse_old_pmap() argument 83 *part_size = be32_to_cpu(p->pdSize); in hfs_parse_old_pmap() 92 struct new_pmap *pm, sector_t *part_start, sector_t *part_size) in hfs_parse_new_pmap() argument 104 *part_size = be32_to_cpu(pm->pmPartBlkCnt); in hfs_parse_new_pmap() 129 sector_t *part_start, sector_t *part_size) in hfs_part_find() argument 145 res = hfs_parse_old_pmap(sb, data, part_start, part_size); in hfs_part_find() 148 res = hfs_parse_new_pmap(sb, buf, data, part_start, part_size); in hfs_part_find()
|
| /linux/fs/hfs/ |
| H A D | part_tbl.c | 59 sector_t *part_start, sector_t *part_size) in hfs_part_find() argument 84 *part_size = be32_to_cpu(p->pdSize); in hfs_part_find() 100 *part_size = be32_to_cpu(pm->pmPartBlkCnt); in hfs_part_find()
|
| /linux/drivers/dax/ |
| H A D | super.c | 86 u64 part_size; in fs_dax_get_by_bdev() local 93 part_size = bdev_nr_sectors(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev() 94 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) { in fs_dax_get_by_bdev()
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | io.h | 66 u32 part_start, u32 part_size,
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 1039 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() 1044 part_size = end2 - buf2_size; in intel_pt_compare_buffers() 1045 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers() 1048 compare_size -= part_size; 1050 return memcmp(buf1 + part_size, buf2, compare_size); in intel_pt_compare_ref() 1035 size_t end2 = offs2 + compare_size, part_size; intel_pt_compare_buffers() local
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs.h | 268 u32 part_size; /* partition size */ member
|
| H A D | bnad_ethtool.c | 928 flash_attr->part[i].part_size)) { in bnad_get_flash_partition_by_offset()
|
| H A D | bfa_ioc.c | 3157 attr->part[i].part_size = in bfa_flash_intr() 3158 be32_to_cpu(f->part[i].part_size); in bfa_flash_intr()
|
| /linux/drivers/mmc/core/ |
| H A D | mmc.c | 334 u64 part_size; in mmc_manage_gp_partitions() local 358 part_size = in mmc_manage_gp_partitions() 364 part_size *= (hc_erase_grp_sz * hc_wp_grp_sz); in mmc_manage_gp_partitions() 365 mmc_part_add(card, part_size << 19, in mmc_manage_gp_partitions() 382 u64 part_size; in mmc_decode_ext_csd() local 465 part_size = ext_csd[EXT_CSD_BOOT_MULT] << 17; in mmc_decode_ext_csd() 466 mmc_part_add(card, part_size, in mmc_decode_ext_csd()
|
| /linux/drivers/scsi/esas2r/ |
| H A D | esas2r_main.c | 1399 p->part_size = le64_to_cpu(p->part_size); in esas2r_nuxi_mgt_data()
|
| H A D | atvda.h | 467 u64 part_size; member
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_defs.h | 1128 u32 part_size; /* partition size */ member
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 165 info->part_size = FWDL_SECTION_PER_PKT_LEN; in rtw89_fw_hdr_parser_v0() 167 info->part_size = le32_get_bits(fw_hdr->w7, FW_HDR_W7_PART_SIZE); in rtw89_fw_hdr_parser_v0() 465 info->part_size = FWDL_SECTION_PER_PKT_LEN; in rtw89_fw_hdr_parser_v1() 467 info->part_size = le32_get_bits(fw_hdr->w7, FW_HDR_V1_W7_PART_SIZE); in rtw89_fw_hdr_parser_v1() 1684 le32p_replace_bits(&fw_hdr->w7, info->part_size, FW_HDR_W7_PART_SIZE); in __rtw89_fw_download_tweak_hdr_v0() 1709 le32p_replace_bits(&fw_hdr->w7, info->part_size, FW_HDR_V1_W7_PART_SIZE); in __rtw89_fw_download_tweak_hdr_v1() 1812 u32 part_size) in __rtw89_fw_download_main() argument 1833 if (residue_len > part_size || info->len < info->key_len) in __rtw89_fw_download_main() 1836 info->len, part_size, in __rtw89_fw_download_main() 1843 pkt_len = min(residue_len, part_size); in __rtw89_fw_download_main() [all …]
|
| H A D | fw.h | 305 u32 part_size; member
|