Home
last modified time | relevance | path

Searched refs:part_size (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/fs/hfsplus/
H A Dpart_tbl.c71 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()
H A Dwrapper.c166 sector_t part_start, part_size; in hfsplus_read_wrapper() local
177 if (hfsplus_get_last_session(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
208 part_size = (sector_t)wd.embed_count * wd.ablk_size; in hfsplus_read_wrapper()
216 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper()
221 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper()
258 sbi->sect_count = part_size; in hfsplus_read_wrapper()
H A Dhfsplus_fs.h506 sector_t *part_size);
/linux-6.15/fs/hfs/
H A Dpart_tbl.c59 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()
H A Dmdb.c80 sector_t part_start, part_size; in hfs_mdb_get() local
89 if (hfs_get_last_session(sb, &part_start, &part_size)) in hfs_mdb_get()
104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get()
160 sect = part_start + part_size - 2; in hfs_mdb_get()
/linux-6.15/drivers/dax/
H A Dsuper.c86 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-6.15/drivers/net/wireless/ti/wl1251/
H A Dio.h66 u32 part_start, u32 part_size,
/linux-6.15/tools/perf/arch/x86/util/
H A Dintel-pt.c1034 size_t end2 = offs2 + compare_size, part_size; in intel_pt_compare_buffers() local
1039 part_size = end2 - buf2_size; in intel_pt_compare_buffers()
1040 if (memcmp(buf1, buf2 + offs2, part_size)) in intel_pt_compare_buffers()
1043 compare_size -= part_size; in intel_pt_compare_buffers()
1045 return memcmp(buf1 + part_size, buf2, compare_size); in intel_pt_compare_buffers()
/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h268 u32 part_size; /* partition size */ member
H A Dbnad_ethtool.c928 flash_attr->part[i].part_size)) { in bnad_get_flash_partition_by_offset()
H A Dbfa_ioc.c3157 attr->part[i].part_size = in bfa_flash_intr()
3158 be32_to_cpu(f->part[i].part_size); in bfa_flash_intr()
/linux-6.15/drivers/mmc/core/
H A Dmmc.c327 u64 part_size; in mmc_manage_gp_partitions() local
351 part_size = in mmc_manage_gp_partitions()
357 part_size *= (hc_erase_grp_sz * hc_wp_grp_sz); in mmc_manage_gp_partitions()
358 mmc_part_add(card, part_size << 19, in mmc_manage_gp_partitions()
375 u64 part_size; in mmc_decode_ext_csd() local
458 part_size = ext_csd[EXT_CSD_BOOT_MULT] << 17; in mmc_decode_ext_csd()
459 mmc_part_add(card, part_size, in mmc_decode_ext_csd()
/linux-6.15/drivers/scsi/esas2r/
H A Desas2r_main.c1399 p->part_size = le64_to_cpu(p->part_size); in esas2r_nuxi_mgt_data()
H A Datvda.h467 u64 part_size; member
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_defs.h1128 u32 part_size; /* partition size */ member
H A Dbfa_ioc.c4361 attr->part[i].part_size = in bfa_flash_intr()
4362 be32_to_cpu(f->part[i].part_size); in bfa_flash_intr()