Home
last modified time | relevance | path

Searched defs: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
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-regmap.c91 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
/linux/mm/kasan/
H A Dgeneric.c144 const void *last_byte = addr + size - 1; in memory_is_poisoned_n() local
/linux/fs/minix/
H A Ddir.c36 unsigned last_byte = PAGE_SIZE; in minix_last_byte() local
/linux/fs/nilfs2/
H A Ddir.c73 u64 last_byte = inode->i_size; in nilfs_last_byte() local
/linux/fs/ext2/
H A Ddir.c76 unsigned last_byte = inode->i_size; in ext2_last_byte() local
/linux/fs/ufs/
H A Ddir.c215 unsigned last_byte = inode->i_size; in ufs_last_byte() local
/linux/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c280 bool last_byte = false, finished = false; in mchp_corei2c_handle_isr() local
/linux/net/dsa/
H A Dtag_sja1105.c596 u8 last_byte = rx_trailer[12]; in sja1110_rcv_inband_control_extension() local
/linux/fs/btrfs/
H A Dextent_io.c1004 u64 last_byte = i_size_read(inode); in btrfs_do_readpage() local
4284 unsigned int last_byte = start + BIT_BYTE(pos + len - 1); in extent_buffer_bitmap_set() local
4321 unsigned int last_byte = start + BIT_BYTE(pos + len - 1); in extent_buffer_bitmap_clear() local
H A Ddefrag.c1365 u64 last_byte; in btrfs_defrag_file() local
H A Dfile.c3102 u64 last_byte; in btrfs_fallocate() local
H A Dinode.c5143 u64 last_byte; in btrfs_cont_expand() local
/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
/linux/fs/iomap/
H A Dbuffered-io.c1086 loff_t last_byte; in iomap_write_delalloc_ifs_punch() local
/linux/fs/ocfs2/
H A Daops.c1009 loff_t last_byte; in ocfs2_grab_folios_for_write() local
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2452 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument