Home
last modified time | relevance | path

Searched refs:last_byte (Results 1 – 17 of 17) sorted by relevance

/linux/fs/qnx6/
H A Ddir.c40 unsigned long last_byte = inode->i_size; in last_entry() local
41 last_byte -= page_nr << PAGE_SHIFT; in last_entry()
42 if (last_byte > PAGE_SIZE) in last_entry()
43 last_byte = PAGE_SIZE; in last_entry()
44 return last_byte / QNX6_DIR_ENTRY_SIZE; in last_entry()
/linux/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c280 bool last_byte = false, finished = false; in mchp_corei2c_handle_isr() local
305 last_byte = true; in mchp_corei2c_handle_isr()
312 last_byte = true; in mchp_corei2c_handle_isr()
324 last_byte = true; in mchp_corei2c_handle_isr()
332 last_byte = true; in mchp_corei2c_handle_isr()
339 if (last_byte) in mchp_corei2c_handle_isr()
342 if (last_byte || finished) in mchp_corei2c_handle_isr()
/linux/fs/nilfs2/
H A Ddir.c73 u64 last_byte = inode->i_size; in nilfs_last_byte() local
75 last_byte -= page_nr << PAGE_SHIFT; in nilfs_last_byte()
76 if (last_byte > PAGE_SIZE) in nilfs_last_byte()
77 last_byte = PAGE_SIZE; in nilfs_last_byte()
78 return last_byte; in nilfs_last_byte()
/linux/fs/ext2/
H A Ddir.c76 unsigned last_byte = inode->i_size; in ext2_last_byte() local
78 last_byte -= page_nr << PAGE_SHIFT; in ext2_last_byte()
79 if (last_byte > PAGE_SIZE) in ext2_last_byte()
80 last_byte = PAGE_SIZE; in ext2_last_byte()
81 return last_byte; in ext2_last_byte()
/linux/fs/ufs/
H A Ddir.c215 unsigned last_byte = inode->i_size; in ufs_last_byte() local
217 last_byte -= page_nr << PAGE_SHIFT; in ufs_last_byte()
218 if (last_byte > PAGE_SIZE) in ufs_last_byte()
219 last_byte = PAGE_SIZE; in ufs_last_byte()
220 return last_byte; in ufs_last_byte()
/linux/mm/kasan/
H A Dgeneric.c144 const void *last_byte = addr + size - 1; in memory_is_poisoned_n() local
145 s8 *last_shadow = (s8 *)kasan_mem_to_shadow(last_byte); in memory_is_poisoned_n()
146 s8 last_accessible_byte = (unsigned long)last_byte & KASAN_GRANULE_MASK; in memory_is_poisoned_n()
/linux/fs/minix/
H A Ddir.c36 unsigned last_byte = PAGE_SIZE; in minix_last_byte() local
39 last_byte = inode->i_size & (PAGE_SIZE - 1); in minix_last_byte()
40 return last_byte; in minix_last_byte()
/linux/rust/proc-macro2/
H A Dextra.rs144 DelimSpanEnum::Fallback(span) => Span::_new_fallback(span.last_byte()), in close()
H A Dfallback.rs656 pub(crate) fn last_byte(self) -> Self { in last_byte() method
661 pub(crate) fn last_byte(self) -> Self { in last_byte() method
730 self.span.last_byte() in span_close()
/linux/net/dsa/
H A Dtag_sja1105.c596 u8 last_byte = rx_trailer[12]; in sja1110_rcv_inband_control_extension() local
603 *source_port = SJA1110_RX_TRAILER_SRC_PORT(last_byte); in sja1110_rcv_inband_control_extension()
604 *switch_id = SJA1110_RX_TRAILER_SWITCH_ID(last_byte); in sja1110_rcv_inband_control_extension()
/linux/fs/btrfs/
H A Dextent_io.c1001 u64 last_byte = i_size_read(inode); in btrfs_do_readpage() local
1012 if (folio_contains(folio, last_byte >> PAGE_SHIFT)) { in btrfs_do_readpage()
1013 size_t zero_offset = offset_in_folio(folio, last_byte); in btrfs_do_readpage()
1030 if (cur >= last_byte) { in btrfs_do_readpage()
4294 unsigned int last_byte = start + BIT_BYTE(pos + len - 1); in extent_buffer_bitmap_set() local
4295 const bool same_byte = (first_byte == last_byte); in extent_buffer_bitmap_set()
4309 ASSERT(first_byte + 1 <= last_byte); in extent_buffer_bitmap_set()
4310 memset_extent_buffer(eb, 0xff, first_byte + 1, last_byte - first_byte - 1); in extent_buffer_bitmap_set()
4313 kaddr = extent_buffer_get_byte(eb, last_byte); in extent_buffer_bitmap_set()
4331 unsigned int last_byte = start + BIT_BYTE(pos + len - 1); in extent_buffer_bitmap_clear() local
[all …]
/linux/drivers/soundwire/
H A Dcadence_master.c2239 u8 *last_byte; in sdw_cdns_prepare_write_pd0_buffer() local
2281 last_byte = dma_buffer - 1; in sdw_cdns_prepare_write_pd0_buffer()
2282 last_byte[0] = BIT(6); in sdw_cdns_prepare_write_pd0_buffer()
2293 u8 *last_byte; in sdw_cdns_prepare_read_pd0_buffer() local
2319 last_byte = dma_buffer - 1; in sdw_cdns_prepare_read_pd0_buffer()
2320 last_byte[0] = BIT(6); in sdw_cdns_prepare_read_pd0_buffer()
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c1118 u32 ksv_bytes, last_byte = 0; in msm_hdmi_hdcp_write_ksv_fifo() local
1148 last_byte = 1; in msm_hdmi_hdcp_write_ksv_fifo()
1158 if ((i == (ksv_bytes - 1)) && last_byte) in msm_hdmi_hdcp_write_ksv_fifo()
/linux/fs/ocfs2/
H A Daops.c1009 loff_t last_byte; in ocfs2_grab_folios_for_write() local
1028 last_byte = max(user_pos + user_len, i_size_read(inode)); in ocfs2_grab_folios_for_write()
1029 BUG_ON(last_byte < 1); in ocfs2_grab_folios_for_write()
1030 end_index = ((last_byte - 1) >> PAGE_SHIFT) + 1; in ocfs2_grab_folios_for_write()
/linux/fs/iomap/
H A Dbuffered-io.c1203 loff_t last_byte; in iomap_write_delalloc_ifs_punch() local
1217 last_byte = min_t(loff_t, end_byte - 1, folio_next_pos(folio) - 1); in iomap_write_delalloc_ifs_punch()
1219 last_blk = offset_in_folio(folio, last_byte) >> blkbits; in iomap_write_delalloc_ifs_punch()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2452 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument
2455 ((last_byte) == CARRIER_EXTENSION) && \
H A De1000_main.c4097 u8 last_byte; in e1000_tbi_should_accept() local
4105 last_byte = *(data + length - 1); in e1000_tbi_should_accept()
4107 if (TBI_ACCEPT(hw, status, errors, length, last_byte)) { in e1000_tbi_should_accept()