l_start 347 fs/compat.c __get_user(kfl->l_start, &ufl->l_start) ||
l_start 359 fs/compat.c __put_user(kfl->l_start, &ufl->l_start) ||
l_start 372 fs/compat.c __get_user(kfl->l_start, &ufl->l_start) ||
l_start 386 fs/compat.c __put_user(kfl->l_start, &ufl->l_start) ||
l_start 424 fs/compat.c if (f.l_start > COMPAT_OFF_T_MAX)
l_start 447 fs/compat.c if (f.l_start > COMPAT_LOFF_T_MAX)
l_start 331 fs/locks.c start += l->l_start;
l_start 379 fs/locks.c start += l->l_start;
l_start 1642 fs/locks.c flock->l_start = fl->fl_start;
l_start 1654 fs/locks.c flock->l_start = fl->fl_start;
l_start 1529 fs/ocfs2/file.c sr->l_start += f_pos;
l_start 1532 fs/ocfs2/file.c sr->l_start += i_size_read(inode);
l_start 1542 fs/ocfs2/file.c if (sr->l_start < 0
l_start 1543 fs/ocfs2/file.c || sr->l_start > max_off
l_start 1544 fs/ocfs2/file.c || (sr->l_start + llen) < 0
l_start 1545 fs/ocfs2/file.c || (sr->l_start + llen) > max_off) {
l_start 1549 fs/ocfs2/file.c size = sr->l_start + sr->l_len;
l_start 1574 fs/ocfs2/file.c ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start,
l_start 1579 fs/ocfs2/file.c ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start,
l_start 1661 fs/ocfs2/file.c sr.l_start = (s64)offset;
l_start 239 fs/ocfs2/ocfs2_fs.h __s64 l_start;
l_start 59 fs/xfs/linux-2.6/xfs_ioctl32.c __s64 l_start __attribute__((packed));
l_start 86 fs/xfs/linux-2.6/xfs_ioctl32.c copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) ||
l_start 640 fs/xfs/linux-2.6/xfs_iops.c bf.l_start = offset;
l_start 155 fs/xfs/xfs_fs.h __s64 l_start;
l_start 3499 fs/xfs/xfs_vnodeops.c bf->l_start += offset;
l_start 3502 fs/xfs/xfs_vnodeops.c bf->l_start += ip->i_size;
l_start 3510 fs/xfs/xfs_vnodeops.c if ( (bf->l_start < 0)
l_start 3511 fs/xfs/xfs_vnodeops.c || (bf->l_start > XFS_MAXIOFFSET(mp))
l_start 3512 fs/xfs/xfs_vnodeops.c || (bf->l_start + llen < 0)
l_start 3513 fs/xfs/xfs_vnodeops.c || (bf->l_start + llen > XFS_MAXIOFFSET(mp)))
l_start 3518 fs/xfs/xfs_vnodeops.c startoffset = bf->l_start;
l_start 120 include/asm-generic/fcntl.h off_t l_start;
l_start 143 include/asm-generic/fcntl.h loff_t l_start;
l_start 83 include/asm-parisc/compat.h compat_off_t l_start;
l_start 91 include/asm-parisc/compat.h compat_loff_t l_start;
l_start 78 include/asm-x86/compat.h compat_off_t l_start;
l_start 94 include/asm-x86/compat.h compat_loff_t l_start;
l_start 123 kernel/lockdep_proc.c .start = l_start,