l_start           189 arch/arm/kernel/sys_oabi-compat.c 	loff_t	l_start;
l_start           207 arch/arm/kernel/sys_oabi-compat.c 	kernel.l_start	= user.l_start;
l_start           219 arch/arm/kernel/sys_oabi-compat.c 		user.l_start	= kernel.l_start;
l_start            74 arch/arm64/include/asm/compat.h 	compat_off_t	l_start;
l_start            86 arch/arm64/include/asm/compat.h 	compat_loff_t	l_start;
l_start            58 arch/mips/include/asm/compat.h 	compat_off_t	l_start;
l_start            72 arch/mips/include/asm/compat.h 	compat_loff_t	l_start;
l_start            67 arch/mips/include/uapi/asm/fcntl.h 	__kernel_off_t	l_start;
l_start            62 arch/parisc/include/asm/compat.h 	compat_off_t		l_start;
l_start            70 arch/parisc/include/asm/compat.h 	compat_loff_t		l_start;
l_start            56 arch/powerpc/include/asm/compat.h 	compat_off_t	l_start;
l_start            68 arch/powerpc/include/asm/compat.h 	compat_loff_t	l_start;
l_start           111 arch/s390/include/asm/compat.h 	compat_off_t	l_start;
l_start           123 arch/s390/include/asm/compat.h 	compat_loff_t	l_start;
l_start            83 arch/sparc/include/asm/compat.h 	compat_off_t	l_start;
l_start            96 arch/sparc/include/asm/compat.h 	compat_loff_t	l_start;
l_start           579 arch/um/os-Linux/file.c 					      .l_start	= 0,
l_start            59 arch/x86/include/asm/compat.h 	compat_off_t	l_start;
l_start            75 arch/x86/include/asm/compat.h 	compat_loff_t	l_start;
l_start           475 fs/compat_ioctl.c 	__s64		l_start	__attribute__((packed));
l_start           494 fs/compat_ioctl.c 	    copy_in_user(&p->l_start,	&p32->l_start,	sizeof(s64)) ||
l_start           527 fs/fcntl.c     	(dst)->l_start = (src)->l_start;	\
l_start           566 fs/fcntl.c     	BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start));
l_start           603 fs/fcntl.c     	if (flock->l_start > COMPAT_OFF_T_MAX)
l_start           482 fs/ioctl.c     		sr.l_start += filp->f_pos;
l_start           485 fs/ioctl.c     		sr.l_start += i_size_read(inode);
l_start           491 fs/ioctl.c     	return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len);
l_start           534 fs/locks.c     	if (l->l_start > OFFSET_MAX - fl->fl_start)
l_start           536 fs/locks.c     	fl->fl_start += l->l_start;
l_start           574 fs/locks.c     		.l_start = l->l_start,
l_start          2324 fs/locks.c     	flock->l_start = fl->fl_start;
l_start          2336 fs/locks.c     	flock->l_start = fl->fl_start;
l_start          1899 fs/ocfs2/file.c 		sr->l_start += f_pos;
l_start          1902 fs/ocfs2/file.c 		sr->l_start += i_size_read(inode);
l_start          1912 fs/ocfs2/file.c 	if (sr->l_start < 0
l_start          1913 fs/ocfs2/file.c 	    || sr->l_start > max_off
l_start          1914 fs/ocfs2/file.c 	    || (sr->l_start + llen) < 0
l_start          1915 fs/ocfs2/file.c 	    || (sr->l_start + llen) > max_off) {
l_start          1919 fs/ocfs2/file.c 	size = sr->l_start + sr->l_len;
l_start          1945 fs/ocfs2/file.c 		ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start,
l_start          1950 fs/ocfs2/file.c 		ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start,
l_start          2045 fs/ocfs2/file.c 	sr.l_start = (s64)offset;
l_start            33 fs/ocfs2/ocfs2_ioctl.h 	__s64		l_start;
l_start           117 fs/xfs/libxfs/xfs_fs.h 	__s64		l_start;
l_start           630 fs/xfs/xfs_ioctl.c 		bf->l_start += filp->f_pos;
l_start           633 fs/xfs/xfs_ioctl.c 		bf->l_start += XFS_ISIZE(ip);
l_start           662 fs/xfs/xfs_ioctl.c 	if (bf->l_start < 0 ||
l_start           663 fs/xfs/xfs_ioctl.c 	    bf->l_start > inode->i_sb->s_maxbytes ||
l_start           664 fs/xfs/xfs_ioctl.c 	    bf->l_start + bf->l_len < 0 ||
l_start           665 fs/xfs/xfs_ioctl.c 	    bf->l_start + bf->l_len >= inode->i_sb->s_maxbytes) {
l_start           673 fs/xfs/xfs_ioctl.c 		error = xfs_zero_file_space(ip, bf->l_start, bf->l_len);
l_start           678 fs/xfs/xfs_ioctl.c 		error = xfs_alloc_file_space(ip, bf->l_start, bf->l_len,
l_start           683 fs/xfs/xfs_ioctl.c 		error = xfs_free_file_space(ip, bf->l_start, bf->l_len);
l_start           690 fs/xfs/xfs_ioctl.c 		if (bf->l_start > XFS_ISIZE(ip)) {
l_start           692 fs/xfs/xfs_ioctl.c 					bf->l_start - XFS_ISIZE(ip), 0);
l_start           698 fs/xfs/xfs_ioctl.c 		iattr.ia_size = bf->l_start;
l_start            37 fs/xfs/xfs_ioctl32.c 	    get_user(bf->l_start,	&arg32->l_start) ||
l_start           160 fs/xfs/xfs_ioctl32.h 	__s64		l_start	__attribute__((packed));
l_start            15 include/linux/falloc.h 	__s64		l_start;
l_start           199 include/uapi/asm-generic/fcntl.h 	__kernel_off_t	l_start;
l_start           214 include/uapi/asm-generic/fcntl.h 	__kernel_loff_t l_start;
l_start            98 kernel/locking/lockdep_proc.c 	.start	= l_start,
l_start           198 tools/include/uapi/asm-generic/fcntl.h 	__kernel_off_t	l_start;
l_start           213 tools/include/uapi/asm-generic/fcntl.h 	__kernel_loff_t l_start;