| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | part_tbl.c | 71 sector_t *part_start, sector_t *part_size) in hfs_parse_old_pmap() argument 82 *part_start += be32_to_cpu(p->pdStart); in hfs_parse_old_pmap() 92 struct new_pmap *pm, sector_t *part_start, sector_t *part_size) in hfs_parse_new_pmap() argument 103 *part_start += be32_to_cpu(pm->pmPyPartStart); in hfs_parse_new_pmap() 114 *part_start + HFS_PMAP_BLK + i, in hfs_parse_new_pmap() 130 sector_t *part_start, sector_t *part_size) in hfs_part_find() argument 139 res = hfsplus_submit_bio(sb, *part_start + HFS_PMAP_BLK, in hfs_part_find() 146 res = hfs_parse_old_pmap(sb, data, part_start, part_size); in hfs_part_find() 149 res = hfs_parse_new_pmap(sb, buf, data, part_start, part_size); in hfs_part_find()
|
| H A D | wrapper.c | 167 sector_t part_start, part_size; in hfsplus_read_wrapper() local 176 if (hfsplus_get_last_session(sb, &part_start, &part_size)) in hfsplus_read_wrapper() 188 error = hfsplus_submit_bio(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_read_wrapper() 205 part_start += (sector_t)wd.ablk_start + in hfsplus_read_wrapper() 215 if (hfs_part_find(sb, &part_start, &part_size)) in hfsplus_read_wrapper() 220 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper() 247 while (part_start & ((blocksize >> HFSPLUS_SECTOR_SHIFT) - 1)) in hfsplus_read_wrapper() 256 part_start >> (sb->s_blocksize_bits - HFSPLUS_SECTOR_SHIFT); in hfsplus_read_wrapper() 257 sbi->part_start = part_start; in hfsplus_read_wrapper()
|
| H A D | hfsplus_fs.h | 159 sector_t part_start; member 506 int hfs_part_find(struct super_block *sb, sector_t *part_start,
|
| H A D | super.c | 223 sbi->part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_sync_fs() 232 sbi->part_start + sbi->sect_count - 2, in hfsplus_sync_fs()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | mdb.c | 80 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() 93 bh = sb_bread512(sb, part_start + HFS_MDB_BLK, mdb); in hfs_mdb_get() 104 if (hfs_part_find(sb, &part_start, &part_size)) in hfs_mdb_get() 118 sect = be16_to_cpu(mdb->drAlBlSt) + part_start; in hfs_mdb_get() 131 bh = sb_bread512(sb, part_start + HFS_MDB_BLK, mdb); in hfs_mdb_get() 141 HFS_SB(sb)->part_start = part_start; in hfs_mdb_get() 148 HFS_SB(sb)->fs_start = (be16_to_cpu(mdb->drAlBlSt) + part_start) >> in hfs_mdb_get() 160 sect = part_start + part_size - 2; in hfs_mdb_get() 180 block = be16_to_cpu(mdb->drVBMSt) + part_start; in hfs_mdb_get() [all …]
|
| H A D | part_tbl.c | 59 sector_t *part_start, sector_t *part_size) in hfs_part_find() argument 66 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK, data); in hfs_part_find() 83 *part_start += be32_to_cpu(p->pdStart); in hfs_part_find() 99 *part_start += be32_to_cpu(pm->pmPyPartStart); in hfs_part_find() 105 bh = sb_bread512(sb, *part_start + HFS_PMAP_BLK + ++i, pm); in hfs_part_find()
|
| H A D | hfs_fs.h | 129 u32 part_start; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/jpeg/ |
| H A D | hal_jpege_api_v2.c | 126 HAL_JPEGE_TASK_FUNC(part_start) 142 .part_start = hal_jpege_part_start,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h265/ |
| H A D | hal_h265e_api_v2.c | 130 HAL_H265E_TASK_FUNC(part_start) 146 .part_start = hal_h265ev2_part_start,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/common/h264/ |
| H A D | hal_h264e_api_v2.c | 139 HAL_H264E_TASK_FUNC(part_start) 155 .part_start = hal_h264e_part_start,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/ |
| H A D | mpp_enc_hal.cpp | 137 if (p && p->api && p->api->part_start && p->api->part_wait) in mpp_enc_hal_check_part_mode() 162 MPP_ENC_HAL_TASK_FUNC(part_start)
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-android.c | 677 static int images_load_verify(struct andr_img_hdr *hdr, ulong part_start, in images_load_verify() argument 681 if (image_load(IMG_KERNEL, hdr, part_start, ram_base, crypto)) in images_load_verify() 683 if (image_load(IMG_RAMDISK, hdr, part_start, ram_base, crypto)) in images_load_verify() 685 if (image_load(IMG_SECOND, hdr, part_start, ram_base, crypto)) in images_load_verify() 688 if (image_load(IMG_RECOVERY_DTBO, hdr, part_start, in images_load_verify() 693 if (image_load(IMG_DTB, hdr, part_start, ram_base, crypto)) in images_load_verify()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/inc/ |
| H A D | mpp_enc_hal.h | 57 MPP_RET (*part_start)(void *ctx, HalEncTask *task); member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | io.h | 66 u32 part_start, u32 part_size,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_api_v2.c | 140 .part_start = NULL,
|
| H A D | hal_vp8e_vepu1_v2.c | 530 .part_start = NULL,
|
| H A D | hal_vp8e_vepu2_v2.c | 531 .part_start = NULL,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_vepu1_v2.c | 645 .part_start = hal_jpege_vepu1_part_start,
|
| H A D | hal_jpege_vepu2_v2.c | 1066 .part_start = hal_jpege_vepu2_part_start,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 729 .part_start = NULL,
|
| H A D | hal_h264e_vepu2_v2.c | 794 .part_start = NULL,
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 1802 .part_start = NULL,
|
| H A D | hal_h264e_vepu540c.c | 1781 .part_start = NULL,
|
| H A D | hal_h264e_vepu580.c | 2585 .part_start = NULL,
|