Searched refs:part_size (Results 1 – 12 of 12) sorted by relevance
| /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 | 85 u64 part_size; in fs_dax_get_by_bdev() local 92 part_size = bdev_nr_sectors(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev() 93 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 | 1035 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() local 1040 part_size = end2 - buf2_size; in intel_pt_compare_buffers() 1041 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers() 1044 compare_size -= part_size; in intel_pt_compare_buffers() 1046 return memcmp(buf1 + part_size, buf2, compare_size); in intel_pt_compare_buffers()
|
| /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/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() 1616 le32p_replace_bits(&fw_hdr->w7, info->part_size, FW_HDR_W7_PART_SIZE); in __rtw89_fw_download_tweak_hdr_v0() 1641 le32p_replace_bits(&fw_hdr->w7, info->part_size, FW_HDR_V1_W7_PART_SIZE); in __rtw89_fw_download_tweak_hdr_v1() 1744 u32 part_size) in __rtw89_fw_download_main() argument 1765 if (residue_len > part_size || info->len < info->key_len) in __rtw89_fw_download_main() 1768 info->len, part_size, in __rtw89_fw_download_main() 1775 pkt_len = min(residue_len, part_size); in __rtw89_fw_download_main() [all …]
|