end_pos           525 fs/btrfs/file.c 	u64 end_pos = pos + write_bytes;
end_pos           578 fs/btrfs/file.c 	if (end_pos > isize)
end_pos           579 fs/btrfs/file.c 		i_size_write(inode, end_pos);
end_pos          1893 fs/btrfs/file.c 	u64 end_pos;
end_pos          1965 fs/btrfs/file.c 		end_pos = round_up(pos + count,
end_pos          1967 fs/btrfs/file.c 		err = btrfs_cont_expand(inode, oldsize, end_pos);
end_pos          2919 fs/nfs/pnfs.c  		loff_t end_pos)
end_pos          2926 fs/nfs/pnfs.c  		nfsi->layout->plh_lwb = end_pos;
end_pos          2930 fs/nfs/pnfs.c  	} else if (end_pos > nfsi->layout->plh_lwb)
end_pos          2931 fs/nfs/pnfs.c  		nfsi->layout->plh_lwb = end_pos;
end_pos          2970 fs/nfs/pnfs.c  	loff_t end_pos;
end_pos          3004 fs/nfs/pnfs.c  	end_pos = nfsi->layout->plh_lwb;
end_pos          3014 fs/nfs/pnfs.c  	if (end_pos != 0)
end_pos          3015 fs/nfs/pnfs.c  		data->args.lastbytewritten = end_pos - 1;
end_pos          3026 fs/nfs/pnfs.c  			if (end_pos > nfsi->layout->plh_lwb)
end_pos          3027 fs/nfs/pnfs.c  				nfsi->layout->plh_lwb = end_pos;
end_pos           543 fs/ubifs/file.c 	loff_t end_pos = pos + len;
end_pos           544 fs/ubifs/file.c 	int appending = !!(end_pos > inode->i_size);
end_pos           579 fs/ubifs/file.c 		i_size_write(inode, end_pos);
end_pos           580 fs/ubifs/file.c 		ui->ui_size = end_pos;
end_pos           257 include/linux/regset.h 				      const int start_pos, const int end_pos)
end_pos           262 include/linux/regset.h 	if (end_pos < 0 || *pos < end_pos) {
end_pos           263 include/linux/regset.h 		unsigned int copy = (end_pos < 0 ? *count
end_pos           264 include/linux/regset.h 				     : min(*count, end_pos - *pos));
end_pos           282 include/linux/regset.h 				     const int start_pos, const int end_pos)
end_pos           287 include/linux/regset.h 	if (end_pos < 0 || *pos < end_pos) {
end_pos           288 include/linux/regset.h 		unsigned int copy = (end_pos < 0 ? *count
end_pos           289 include/linux/regset.h 				     : min(*count, end_pos - *pos));
end_pos           312 include/linux/regset.h 					   const int end_pos)
end_pos           317 include/linux/regset.h 	if (end_pos < 0 || *pos < end_pos) {
end_pos           318 include/linux/regset.h 		unsigned int copy = (end_pos < 0 ? *count
end_pos           319 include/linux/regset.h 				     : min(*count, end_pos - *pos));
end_pos           338 include/linux/regset.h 					    const int end_pos)
end_pos           343 include/linux/regset.h 	if (end_pos < 0 || *pos < end_pos) {
end_pos           344 include/linux/regset.h 		unsigned int copy = (end_pos < 0 ? *count
end_pos           345 include/linux/regset.h 				     : min(*count, end_pos - *pos));
end_pos           845 include/trace/events/f2fs.h 	TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
end_pos           847 include/trace/events/f2fs.h 	TP_ARGS(dir, start_pos, end_pos, err),
end_pos           861 include/trace/events/f2fs.h 		__entry->end	= end_pos;
end_pos           120 kernel/kcov.c  	u64 count, start_index, end_pos, max_pos;
end_pos           139 kernel/kcov.c  	end_pos = (start_index + KCOV_WORDS_PER_CMP) * sizeof(u64);
end_pos           140 kernel/kcov.c  	if (likely(end_pos <= max_pos)) {
end_pos          1106 kernel/relay.c 	size_t read_subbuf, padding, end_pos;
end_pos          1113 kernel/relay.c 		end_pos = (read_subbuf + 1) * subbuf_size;
end_pos          1115 kernel/relay.c 		end_pos = read_pos + count;
end_pos          1116 kernel/relay.c 	if (end_pos >= subbuf_size * n_subbufs)
end_pos          1117 kernel/relay.c 		end_pos = 0;
end_pos          1119 kernel/relay.c 	return end_pos;