start_byte       1503 drivers/net/ethernet/intel/i40e/i40e_nvm.c 		int start_byte = buff - (u8 *)hw->nvm_buff.va;
start_byte       1506 drivers/net/ethernet/intel/i40e/i40e_nvm.c 			   __func__, start_byte, start_byte + remainder);
start_byte       1086 fs/btrfs/compression.c 		     unsigned long start_byte, size_t srclen, size_t destlen)
start_byte       1093 fs/btrfs/compression.c 						  dest_page, start_byte,
start_byte       1129 fs/btrfs/compression.c 	unsigned long start_byte;
start_byte       1140 fs/btrfs/compression.c 	start_byte = page_offset(bvec.bv_page) - disk_start;
start_byte       1143 fs/btrfs/compression.c 	if (total_out <= start_byte)
start_byte       1150 fs/btrfs/compression.c 	if (total_out > start_byte && buf_start < start_byte) {
start_byte       1151 fs/btrfs/compression.c 		buf_offset = start_byte - buf_start;
start_byte       1178 fs/btrfs/compression.c 		prev_start_byte = start_byte;
start_byte       1179 fs/btrfs/compression.c 		start_byte = page_offset(bvec.bv_page) - disk_start;
start_byte       1187 fs/btrfs/compression.c 		if (start_byte != prev_start_byte) {
start_byte       1192 fs/btrfs/compression.c 			if (total_out <= start_byte)
start_byte       1200 fs/btrfs/compression.c 			if (total_out > start_byte &&
start_byte       1201 fs/btrfs/compression.c 			    current_buf_start < start_byte) {
start_byte       1202 fs/btrfs/compression.c 				buf_offset = start_byte - buf_start;
start_byte       1203 fs/btrfs/compression.c 				working_bytes = total_out - start_byte;
start_byte         86 fs/btrfs/compression.h 		     unsigned long start_byte, size_t srclen, size_t destlen);
start_byte        156 fs/btrfs/compression.h 			  unsigned long start_byte,
start_byte        449 fs/btrfs/lzo.c 			  unsigned long start_byte,
start_byte        483 fs/btrfs/lzo.c 	if (out_len < start_byte) {
start_byte        493 fs/btrfs/lzo.c 	bytes = min_t(unsigned long, destlen, out_len - start_byte);
start_byte        496 fs/btrfs/lzo.c 	memcpy(kaddr, workspace->buf + start_byte, bytes);
start_byte        324 fs/btrfs/zlib.c 			   unsigned long start_byte,
start_byte        378 fs/btrfs/zlib.c 		if (total_out <= start_byte)
start_byte        381 fs/btrfs/zlib.c 		if (total_out > start_byte && buf_start < start_byte)
start_byte        382 fs/btrfs/zlib.c 			buf_offset = start_byte - buf_start;
start_byte        631 fs/btrfs/zstd.c 		unsigned long start_byte,
start_byte        686 fs/btrfs/zstd.c 		if (total_out <= start_byte)
start_byte        689 fs/btrfs/zstd.c 		if (total_out > start_byte && buf_start < start_byte)
start_byte        690 fs/btrfs/zstd.c 			buf_offset = start_byte - buf_start;
start_byte        364 fs/ext4/ext4_jbd2.h 		struct inode *inode, loff_t start_byte, loff_t length)
start_byte        368 fs/ext4/ext4_jbd2.h 				EXT4_I(inode)->jinode, start_byte, length);
start_byte        373 fs/ext4/ext4_jbd2.h 		struct inode *inode, loff_t start_byte, loff_t length)
start_byte        377 fs/ext4/ext4_jbd2.h 				EXT4_I(inode)->jinode, start_byte, length);
start_byte        743 fs/ext4/inode.c 			loff_t start_byte =
start_byte        749 fs/ext4/inode.c 						start_byte, length);
start_byte        752 fs/ext4/inode.c 						start_byte, length);
start_byte       2577 fs/jbd2/transaction.c 		unsigned long flags, loff_t start_byte, loff_t end_byte)
start_byte       2593 fs/jbd2/transaction.c 		jinode->i_dirty_start = min(jinode->i_dirty_start, start_byte);
start_byte       2596 fs/jbd2/transaction.c 		jinode->i_dirty_start = start_byte;
start_byte       2632 fs/jbd2/transaction.c 		struct jbd2_inode *jinode, loff_t start_byte, loff_t length)
start_byte       2635 fs/jbd2/transaction.c 			JI_WRITE_DATA | JI_WAIT_DATA, start_byte,
start_byte       2636 fs/jbd2/transaction.c 			start_byte + length - 1);
start_byte       2640 fs/jbd2/transaction.c 		loff_t start_byte, loff_t length)
start_byte       2643 fs/jbd2/transaction.c 			start_byte, start_byte + length - 1);
start_byte       6810 fs/ocfs2/alloc.c 	loff_t start_byte = ((loff_t)page->index << PAGE_SHIFT) + from;
start_byte       6832 fs/ocfs2/alloc.c 						 start_byte, length);
start_byte       2028 fs/ocfs2/aops.c 				loff_t start_byte =
start_byte       2033 fs/ocfs2/aops.c 							   start_byte, length);
start_byte        710 fs/ocfs2/file.c 						      loff_t start_byte,
start_byte        727 fs/ocfs2/file.c 	ret = ocfs2_jbd2_inode_add_write(handle, inode, start_byte, length);
start_byte        578 fs/ocfs2/journal.h 					     loff_t start_byte, loff_t length)
start_byte        582 fs/ocfs2/journal.h 					       start_byte, length);
start_byte       2740 include/linux/fs.h 		loff_t start_byte, loff_t end_byte);
start_byte       1414 include/linux/jbd2.h 			struct jbd2_inode *inode, loff_t start_byte,
start_byte       1417 include/linux/jbd2.h 			struct jbd2_inode *inode, loff_t start_byte,
start_byte        473 mm/filemap.c   			   loff_t start_byte, loff_t end_byte)
start_byte        476 mm/filemap.c   	XA_STATE(xas, &mapping->i_pages, start_byte >> PAGE_SHIFT);
start_byte        479 mm/filemap.c   	if (end_byte < start_byte)
start_byte        504 mm/filemap.c   				     loff_t start_byte, loff_t end_byte)
start_byte        506 mm/filemap.c   	pgoff_t index = start_byte >> PAGE_SHIFT;
start_byte        511 mm/filemap.c   	if (end_byte < start_byte)
start_byte        550 mm/filemap.c   int filemap_fdatawait_range(struct address_space *mapping, loff_t start_byte,
start_byte        553 mm/filemap.c   	__filemap_fdatawait_range(mapping, start_byte, end_byte);
start_byte        573 mm/filemap.c   		loff_t start_byte, loff_t end_byte)
start_byte        575 mm/filemap.c   	__filemap_fdatawait_range(mapping, start_byte, end_byte);
start_byte        596 mm/filemap.c   int file_fdatawait_range(struct file *file, loff_t start_byte, loff_t end_byte)
start_byte        600 mm/filemap.c   	__filemap_fdatawait_range(mapping, start_byte, end_byte);