last_byte 320 arch/powerpc/include/asm/mpc52xx.h u8 last_byte; last_byte 300 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c req->last_byte = ((u8 *)req->data)[req->size - 1]; last_byte 356 arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c req->last_byte = ((u8 *)req->data)[req->size - 1]; last_byte 1118 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c u32 ksv_bytes, last_byte = 0; last_byte 1148 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c last_byte = 1; last_byte 1158 drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c if ((i == (ksv_bytes - 1)) && last_byte) last_byte 237 drivers/mtd/nand/raw/brcmnand/brcmnand.c unsigned int last_byte; last_byte 1469 drivers/mtd/nand/raw/brcmnand/brcmnand.c host->last_byte = 0; last_byte 1560 drivers/mtd/nand/raw/brcmnand/brcmnand.c if (host->last_byte < 4) last_byte 1562 drivers/mtd/nand/raw/brcmnand/brcmnand.c (24 - (host->last_byte << 3)); last_byte 1563 drivers/mtd/nand/raw/brcmnand/brcmnand.c else if (host->last_byte < 8) last_byte 1565 drivers/mtd/nand/raw/brcmnand/brcmnand.c (56 - (host->last_byte << 3)); last_byte 1569 drivers/mtd/nand/raw/brcmnand/brcmnand.c ret = oob_reg_read(ctrl, host->last_byte); last_byte 1581 drivers/mtd/nand/raw/brcmnand/brcmnand.c addr = host->last_addr + host->last_byte; last_byte 1585 drivers/mtd/nand/raw/brcmnand/brcmnand.c if (host->last_byte > 0 && offs == 0) last_byte 1591 drivers/mtd/nand/raw/brcmnand/brcmnand.c if (host->last_byte >= ONFI_SUBFEATURE_PARAM_LEN) { last_byte 1594 drivers/mtd/nand/raw/brcmnand/brcmnand.c bool last = host->last_byte == last_byte 1602 drivers/mtd/nand/raw/brcmnand/brcmnand.c host->last_byte++; last_byte 2455 drivers/net/ethernet/intel/e1000/e1000_hw.h #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ last_byte 2458 drivers/net/ethernet/intel/e1000/e1000_hw.h ((last_byte) == CARRIER_EXTENSION) && \ last_byte 4083 drivers/net/ethernet/intel/e1000/e1000_main.c u8 last_byte = *(data + length - 1); last_byte 4085 drivers/net/ethernet/intel/e1000/e1000_main.c if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { last_byte 2573 drivers/net/ethernet/marvell/mvneta.c unsigned char last_byte, last_byte 2581 drivers/net/ethernet/marvell/mvneta.c tbl_offset = (last_byte / 4); last_byte 2583 drivers/net/ethernet/marvell/mvneta.c reg_offset = last_byte % 4; last_byte 48 drivers/soc/fsl/dpaa2-console.c __le32 last_byte; last_byte 64 drivers/soc/fsl/dpaa2-console.c u32 last_byte = readl(&cd->hdr->last_byte); last_byte 66 drivers/soc/fsl/dpaa2-console.c cd->end_of_data = cd->start_addr + LAST_BYTE(last_byte); last_byte 108 drivers/soc/fsl/dpaa2-console.c u32 read_magic, wrapped, last_byte, buf_start, buf_length; last_byte 132 drivers/soc/fsl/dpaa2-console.c last_byte = readl(&cd->hdr->last_byte); last_byte 146 drivers/soc/fsl/dpaa2-console.c wrapped = last_byte & LOG_HEADER_FLAG_BUFFER_WRAPAROUND; last_byte 3068 fs/btrfs/extent_io.c u64 last_byte = i_size_read(inode); last_byte 3091 fs/btrfs/extent_io.c if (page->index == last_byte >> PAGE_SHIFT) { last_byte 3093 fs/btrfs/extent_io.c size_t zero_offset = offset_in_page(last_byte); last_byte 3107 fs/btrfs/extent_io.c if (cur >= last_byte) { last_byte 3173 fs/btrfs/file.c u64 last_byte; last_byte 3295 fs/btrfs/file.c last_byte = min(extent_map_end(em), alloc_end); last_byte 3297 fs/btrfs/file.c last_byte = ALIGN(last_byte, blocksize); last_byte 3302 fs/btrfs/file.c last_byte - cur_offset); last_byte 3308 fs/btrfs/file.c cur_offset, last_byte - cur_offset); last_byte 3310 fs/btrfs/file.c cur_offset = last_byte; last_byte 3321 fs/btrfs/file.c cur_offset, last_byte - cur_offset); last_byte 3324 fs/btrfs/file.c cur_offset = last_byte; last_byte 5211 fs/btrfs/inode.c u64 last_byte; last_byte 5239 fs/btrfs/inode.c last_byte = min(extent_map_end(em), block_end); last_byte 5240 fs/btrfs/inode.c last_byte = ALIGN(last_byte, fs_info->sectorsize); last_byte 5243 fs/btrfs/inode.c hole_size = last_byte - cur_offset; last_byte 5285 fs/btrfs/inode.c cur_offset = last_byte; last_byte 82 fs/ext2/dir.c unsigned last_byte = inode->i_size; last_byte 84 fs/ext2/dir.c last_byte -= page_nr << PAGE_SHIFT; last_byte 85 fs/ext2/dir.c if (last_byte > PAGE_SIZE) last_byte 86 fs/ext2/dir.c last_byte = PAGE_SIZE; last_byte 87 fs/ext2/dir.c return last_byte; last_byte 42 fs/minix/dir.c unsigned last_byte = PAGE_SIZE; last_byte 45 fs/minix/dir.c last_byte = inode->i_size & (PAGE_SIZE - 1); last_byte 46 fs/minix/dir.c return last_byte; last_byte 79 fs/nilfs2/dir.c unsigned int last_byte = inode->i_size; last_byte 81 fs/nilfs2/dir.c last_byte -= page_nr << PAGE_SHIFT; last_byte 82 fs/nilfs2/dir.c if (last_byte > PAGE_SIZE) last_byte 83 fs/nilfs2/dir.c last_byte = PAGE_SIZE; last_byte 84 fs/nilfs2/dir.c return last_byte; last_byte 1046 fs/ocfs2/aops.c loff_t last_byte; last_byte 1065 fs/ocfs2/aops.c last_byte = max(user_pos + user_len, i_size_read(inode)); last_byte 1066 fs/ocfs2/aops.c BUG_ON(last_byte < 1); last_byte 1067 fs/ocfs2/aops.c end_index = ((last_byte - 1) >> PAGE_SHIFT) + 1; last_byte 38 fs/qnx6/dir.c unsigned long last_byte = inode->i_size; last_byte 39 fs/qnx6/dir.c last_byte -= page_nr << PAGE_SHIFT; last_byte 40 fs/qnx6/dir.c if (last_byte > PAGE_SIZE) last_byte 41 fs/qnx6/dir.c last_byte = PAGE_SIZE; last_byte 42 fs/qnx6/dir.c return last_byte / QNX6_DIR_ENTRY_SIZE; last_byte 214 fs/ufs/dir.c unsigned last_byte = inode->i_size; last_byte 216 fs/ufs/dir.c last_byte -= page_nr << PAGE_SHIFT; last_byte 217 fs/ufs/dir.c if (last_byte > PAGE_SIZE) last_byte 218 fs/ufs/dir.c last_byte = PAGE_SIZE; last_byte 219 fs/ufs/dir.c return last_byte; last_byte 138 mm/kasan/generic.c unsigned long last_byte = addr + size - 1; last_byte 139 mm/kasan/generic.c s8 *last_shadow = (s8 *)kasan_mem_to_shadow((void *)last_byte); last_byte 142 mm/kasan/generic.c ((long)(last_byte & KASAN_SHADOW_MASK) >= *last_shadow)))