/linux/include/linux/ |
A D | falloc.h | 15 __s64 l_start; member 40 __s64 l_start __attribute__((packed)); member
|
/linux/tools/include/uapi/asm-generic/ |
A D | fcntl.h | 198 __kernel_off_t l_start; member 213 __kernel_loff_t l_start; member
|
/linux/include/uapi/asm-generic/ |
A D | fcntl.h | 203 __kernel_off_t l_start; member 218 __kernel_loff_t l_start; member
|
/linux/arch/arm/kernel/ |
A D | sys_oabi-compat.c | 192 loff_t l_start; member 207 kernel->l_start = user.l_start; in get_oabi_flock() 220 user.l_start = kernel->l_start; in put_oabi_flock()
|
/linux/arch/powerpc/include/asm/ |
A D | compat.h | 50 compat_off_t l_start; member 62 compat_loff_t l_start; member
|
/linux/arch/sparc/include/asm/ |
A D | compat.h | 81 compat_off_t l_start; member 94 compat_loff_t l_start; member
|
/linux/arch/arm64/include/asm/ |
A D | compat.h | 71 compat_off_t l_start; member 83 compat_loff_t l_start; member
|
/linux/arch/x86/include/asm/ |
A D | compat.h | 56 compat_off_t l_start; member 72 compat_loff_t l_start; member
|
/linux/arch/mips/include/asm/ |
A D | compat.h | 61 compat_off_t l_start; member 75 compat_loff_t l_start; member
|
/linux/arch/parisc/include/asm/ |
A D | compat.h | 59 compat_off_t l_start; member 67 compat_loff_t l_start; member
|
/linux/fs/ |
A D | ioctl.c | 285 sr.l_start += filp->f_pos; in ioctl_preallocate() 288 sr.l_start += i_size_read(inode); in ioctl_preallocate() 294 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 314 sr.l_start += file->f_pos; in compat_ioctl_preallocate() 317 sr.l_start += i_size_read(inode); in compat_ioctl_preallocate() 323 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
A D | fcntl.c | 536 (dst)->l_start = (src)->l_start; \ 575 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64() 612 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
A D | locks.c | 426 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 428 fl->fl_start += l->l_start; in flock64_to_posix_lock() 466 .l_start = l->l_start, in flock_to_posix_lock() 2135 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2147 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
/linux/arch/s390/include/asm/ |
A D | compat.h | 108 compat_off_t l_start; member 120 compat_loff_t l_start; member
|
/linux/arch/mips/include/uapi/asm/ |
A D | fcntl.h | 67 __kernel_off_t l_start; member
|
/linux/fs/ocfs2/ |
A D | file.c | 1967 sr->l_start += f_pos; in __ocfs2_change_file_space() 1970 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1980 if (sr->l_start < 0 in __ocfs2_change_file_space() 1981 || sr->l_start > max_off in __ocfs2_change_file_space() 1982 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1983 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 1987 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 2013 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 2018 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2119 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
A D | ocfs2_ioctl.h | 23 __s64 l_start; member
|
/linux/fs/xfs/ |
A D | xfs_ioctl.c | 673 bf->l_start += filp->f_pos; in xfs_ioc_space() 676 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space() 683 if (bf->l_start < 0 || bf->l_start > inode->i_sb->s_maxbytes) { in xfs_ioc_space() 688 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space() 690 bf->l_start - XFS_ISIZE(ip), in xfs_ioc_space() 697 iattr.ia_size = bf->l_start; in xfs_ioc_space()
|
A D | xfs_ioctl32.h | 149 __s64 l_start __attribute__((packed)); member
|
A D | xfs_ioctl32.c | 37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
|
/linux/kernel/locking/ |
A D | lockdep_proc.c | 32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 100 .start = l_start,
|
/linux/arch/um/os-Linux/ |
A D | file.c | 582 .l_start = 0, in os_lock_file()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_fs.h | 117 __s64 l_start; member
|