Searched refs:read_end (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | block.c | 81 u64 read_start, u64 read_end, int page_count) in squashfs_bio_read_cached() 102 * the page size, so read_start and read_end cover full pages. in squashfs_bio_read_cached() 111 else if (idx == page_count - 1 && index + length != read_end) in squashfs_bio_read_cached() 157 (read_end >> PAGE_SHIFT) - 1, in squashfs_bio_read_cached() 196 const u64 read_end = round_up(index + length, msblk->devblksize); in squashfs_bio_read() local 197 const sector_t block_end = read_end >> msblk->devblksize_log2; in squashfs_bio_read() 236 length, read_start, read_end, in squashfs_bio_read() 79 squashfs_bio_read_cached(struct bio *fullbio, struct address_space *cache_mapping, u64 index, int length, u64 read_start, u64 read_end, int page_count) squashfs_bio_read_cached() argument
|
/kernel/linux/common_modules/tzdriver/tlogger/ |
H A D | tlogger.c | 1134 static void update_dumpmsg_offset(uint32_t *read_start, uint32_t *read_end, in update_dumpmsg_offset() argument 1152 *read_end = read_off; in update_dumpmsg_offset() 1167 static int get_dumpmsg_offset(uint32_t *read_start, uint32_t *read_end) in get_dumpmsg_offset() argument 1170 uint32_t read_off_end = *read_end; in get_dumpmsg_offset() 1176 update_dumpmsg_offset(read_start, read_end, read_off, read_off_end, in get_dumpmsg_offset() 1179 update_dumpmsg_offset(read_start, read_end, read_off, buffer_max_len, in get_dumpmsg_offset() 1181 update_dumpmsg_offset(read_start, read_end, 0, read_off_end, in get_dumpmsg_offset() 1195 uint32_t *read_start, uint32_t *read_end, in get_msg_buffer() 1212 *read_end = *buffer_max_len; in get_msg_buffer() 1216 *read_end in get_msg_buffer() 1194 get_msg_buffer(unsigned char **buffer, uint32_t *buffer_max_len, uint32_t *read_start, uint32_t *read_end, const char *file_path, uint32_t file_path_len) get_msg_buffer() argument 1273 uint32_t read_end = 0; tlogger_store_msg() local [all...] |
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | rockchip-otp.c | 176 goto read_end; in px30_otp_read() 181 read_end: in px30_otp_read() 215 goto read_end; in rk3588_otp_read() 227 read_end: in rk3588_otp_read()
|
H A D | imx-ocotp.c | 192 goto read_end; in imx_ocotp_read() 214 read_end: in imx_ocotp_read()
|
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | block.c | 82 const u64 read_end = round_up(index + length, msblk->devblksize); in squashfs_bio_read() local 83 const sector_t block_end = read_end >> msblk->devblksize_log2; in squashfs_bio_read()
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | rockchip-otp.c | 170 goto read_end; in rockchip_otp_read() 175 read_end: in rockchip_otp_read()
|
H A D | imx-ocotp.c | 183 goto read_end; in imx_ocotp_read() 200 read_end: in imx_ocotp_read()
|
Completed in 6 milliseconds