Home
last modified time | relevance | path

Searched defs:last_byte (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/mm/kasan/
Dkasan.c138 s8 last_byte = (addr + 15) & KASAN_SHADOW_MASK; in memory_is_poisoned_16() local
203 unsigned long last_byte = addr + size - 1; in memory_is_poisoned_n() local
/linux-4.1.27/net/ceph/
Dcrypto.c297 int last_byte; in ceph_aes_decrypt() local
362 int last_byte; in ceph_aes_decrypt2() local
/linux-4.1.27/fs/qnx6/
Ddir.c42 unsigned long last_byte = inode->i_size; in last_entry() local
/linux-4.1.27/fs/minix/
Ddir.c41 unsigned last_byte = PAGE_CACHE_SIZE; in minix_last_byte() local
/linux-4.1.27/fs/nilfs2/
Ddir.c75 unsigned last_byte = inode->i_size; in nilfs_last_byte() local
/linux-4.1.27/fs/ufs/
Ddir.c215 unsigned last_byte = inode->i_size; in ufs_last_byte() local
/linux-4.1.27/fs/exofs/
Ddir.c55 loff_t last_byte = inode->i_size; in exofs_last_byte() local
/linux-4.1.27/fs/ext2/
Ddir.c85 unsigned last_byte = inode->i_size; in ext2_last_byte() local
/linux-4.1.27/arch/powerpc/include/asm/
Dmpc52xx.h320 u8 last_byte; member
/linux-4.1.27/fs/btrfs/
Dfile.c2555 u64 last_byte; in btrfs_fallocate() local
Dextent_io.c2920 u64 last_byte = i_size_read(inode); in __do_readpage() local
Dinode.c4736 u64 last_byte; in btrfs_cont_expand() local
/linux-4.1.27/fs/ocfs2/
Daops.c1472 loff_t last_byte; in ocfs2_grab_pages_for_write() local
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c4097 u8 last_byte = *(data + length - 1); in e1000_tbi_should_accept() local
De1000_hw.h2480 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvneta.c1897 unsigned char last_byte, in mvneta_set_special_mcast_addr()