/Linux-v5.10/include/linux/ |
D | falloc.h | 15 __s64 l_start; member 40 __s64 l_start __attribute__((packed)); member
|
/Linux-v5.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 198 __kernel_off_t l_start; member 213 __kernel_loff_t l_start; member
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | fcntl.h | 199 __kernel_off_t l_start; member 214 __kernel_loff_t l_start; member
|
/Linux-v5.10/arch/arm/kernel/ |
D | sys_oabi-compat.c | 189 loff_t l_start; member 207 kernel.l_start = user.l_start; in do_locks() 219 user.l_start = kernel.l_start; in do_locks()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | compat.h | 54 compat_off_t l_start; member 66 compat_loff_t l_start; member
|
/Linux-v5.10/fs/ |
D | ioctl.c | 485 sr.l_start += filp->f_pos; in ioctl_preallocate() 488 sr.l_start += i_size_read(inode); in ioctl_preallocate() 494 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 514 sr.l_start += file->f_pos; in compat_ioctl_preallocate() 517 sr.l_start += i_size_read(inode); in compat_ioctl_preallocate() 523 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
D | fcntl.c | 527 (dst)->l_start = (src)->l_start; \ 566 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64() 603 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
D | locks.c | 534 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 536 fl->fl_start += l->l_start; in flock64_to_posix_lock() 574 .l_start = l->l_start, in flock_to_posix_lock() 2331 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2343 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | compat.h | 72 compat_off_t l_start; member 84 compat_loff_t l_start; member
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | compat.h | 82 compat_off_t l_start; member 95 compat_loff_t l_start; member
|
/Linux-v5.10/arch/mips/include/asm/ |
D | compat.h | 56 compat_off_t l_start; member 70 compat_loff_t l_start; member
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | compat.h | 60 compat_off_t l_start; member 68 compat_loff_t l_start; member
|
/Linux-v5.10/arch/x86/include/asm/ |
D | compat.h | 57 compat_off_t l_start; member 73 compat_loff_t l_start; member
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 67 __kernel_off_t l_start; member
|
/Linux-v5.10/arch/s390/include/asm/ |
D | compat.h | 109 compat_off_t l_start; member 121 compat_loff_t l_start; member
|
/Linux-v5.10/fs/ocfs2/ |
D | file.c | 1899 sr->l_start += f_pos; in __ocfs2_change_file_space() 1902 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1912 if (sr->l_start < 0 in __ocfs2_change_file_space() 1913 || sr->l_start > max_off in __ocfs2_change_file_space() 1914 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1915 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 1919 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 1945 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 1950 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2045 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
D | ocfs2_ioctl.h | 33 __s64 l_start; member
|
/Linux-v5.10/fs/xfs/ |
D | xfs_ioctl32.h | 151 __s64 l_start __attribute__((packed)); member
|
D | xfs_ioctl.c | 672 bf->l_start += filp->f_pos; in xfs_ioc_space() 675 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space() 682 if (bf->l_start < 0 || bf->l_start > inode->i_sb->s_maxbytes) { in xfs_ioc_space() 687 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space() 689 bf->l_start - XFS_ISIZE(ip), 0); in xfs_ioc_space() 695 iattr.ia_size = bf->l_start; in xfs_ioc_space()
|
D | xfs_ioctl32.c | 37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
|
/Linux-v5.10/kernel/locking/ |
D | lockdep_proc.c | 32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 98 .start = l_start,
|
/Linux-v5.10/arch/um/os-Linux/ |
D | file.c | 582 .l_start = 0, in os_lock_file()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_fs.h | 117 __s64 l_start; member
|