Home
last modified time | relevance | path

Searched refs:l_start (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/filelock/
H A Dofdlocks.c49 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 Dfalloc.h15 __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 Dfalloc.h15 __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 Dfcntl.h198 __kernel_off_t l_start; member
213 __kernel_loff_t l_start; member
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h199 __kernel_off_t l_start; member
214 __kernel_loff_t l_start; member
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h198 __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 Dfcntl.h198 __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 Dfcntl.h138 __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 Dfcntl.h153 __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 Dfcntl.h153 __kernel_off_t l_start; member
167 __kernel_loff_t l_start; member
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsys_oabi-compat.c189 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 Dsys_oabi-compat.c195 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 Dcompat.h56 compat_off_t l_start; member
70 compat_loff_t l_start; member
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcompat.h72 compat_off_t l_start; member
84 compat_loff_t l_start; member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcompat.h54 compat_off_t l_start; member
66 compat_loff_t l_start; member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dcompat.h82 compat_off_t l_start; member
95 compat_loff_t l_start; member
/kernel/linux/linux-5.10/fs/
H A Dioctl.c470 * 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 Dfcntl.c535 (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 Dcompat.h60 compat_off_t l_start; member
68 compat_loff_t l_start; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcompat.h55 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 Dfcntl.h67 __kernel_off_t l_start; member
/kernel/linux/linux-6.6/fs/
H A Dioctl.c267 * 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 Dfcntl.c518 (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 Dcompat.h109 compat_off_t l_start; member
121 compat_loff_t l_start; member
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_ioctl.h33 __s64 l_start; member

Completed in 24 milliseconds

12