Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/drivers/net/wireless/ti/wl1251/
H A Dio.h66 u32 part_start, u32 part_size,
/linux/tools/perf/arch/x86/util/
H A Dintel-pt.c1035 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 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/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/drivers/scsi/bfa/
H A Dbfa_defs.h1128 u32 part_size; /* partition size */ member