/kernel/linux/linux-6.6/tools/testing/selftests/filelock/ |
H A D | ofdlocks.c | 49 fl.l_start = 5; in main() 61 fl.l_start = 5; in main() 72 fl.l_start = 5; in main() 87 fl.l_start = 5; in main() 106 fl2.l_start = 0; in main() 123 fl.l_start = 0; in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | falloc.h | 15 __s64 l_start; member 35 /* on ia32 l_start is on a 32-bit boundary */ 40 __s64 l_start __attribute__((packed)); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | falloc.h | 15 __s64 l_start; member 35 /* on ia32 l_start is on a 32-bit boundary */ 40 __s64 l_start __attribute__((packed)); member
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 198 __kernel_off_t l_start; member 213 __kernel_loff_t l_start; member
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 199 __kernel_off_t l_start; member 214 __kernel_loff_t l_start; member
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 198 __kernel_off_t l_start; member 212 __kernel_loff_t l_start; member
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 198 __kernel_off_t l_start; member 212 __kernel_loff_t l_start; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 138 __kernel_off_t l_start; member 151 __kernel_loff_t l_start; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 153 __kernel_off_t l_start; member 167 __kernel_loff_t l_start; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 153 __kernel_off_t l_start; member 167 __kernel_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | sys_oabi-compat.c | 195 loff_t l_start; member 210 kernel->l_start = user.l_start; in get_oabi_flock() 223 user.l_start = kernel->l_start; in put_oabi_flock()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | compat.h | 56 compat_off_t l_start; member 70 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | compat.h | 72 compat_off_t l_start; member 84 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | compat.h | 54 compat_off_t l_start; member 66 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | compat.h | 82 compat_off_t l_start; member 95 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | ioctl.c | 470 * Only the l_start, l_len and l_whence fields of the 'struct space_resv' 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() 498 /* on ia32 l_start is on a 32-bit boundary */ 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()
|
H A D | fcntl.c | 535 (dst)->l_start = (src)->l_start; \ 574 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64() 603 * l_start shouldn't be too big, unless the original start + end is greater than 611 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | compat.h | 60 compat_off_t l_start; member 68 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | compat.h | 55 compat_off_t l_start; member 71 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 67 __kernel_off_t l_start; member
|
/kernel/linux/linux-6.6/fs/ |
H A D | ioctl.c | 267 * Only the l_start, l_len and l_whence fields of the 'struct space_resv' 282 sr.l_start += filp->f_pos; in ioctl_preallocate() 285 sr.l_start += i_size_read(inode); in ioctl_preallocate() 291 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 295 /* on ia32 l_start is on a 32-bit boundary */ 311 sr.l_start += file->f_pos; in compat_ioctl_preallocate() 314 sr.l_start += i_size_read(inode); in compat_ioctl_preallocate() 320 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
H A D | fcntl.c | 518 (dst)->l_start = (src)->l_start; \ 557 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64() 586 * l_start shouldn't be too big, unless the original start + end is greater than 594 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | compat.h | 109 compat_off_t l_start; member 121 compat_loff_t l_start; member
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 33 __s64 l_start; member
|