| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | fcntl.h | 33 __off_t l_start; /* Offset where the lock begins. */ member 36 __off64_t l_start; /* Offset where the lock begins. */ member 47 __off64_t l_start; /* Offset where the lock begins. */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | fcntl.h | 44 __off_t l_start; /* Offset where the lock begins. */ member 54 __off64_t l_start; /* Offset where the lock begins. */ member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | falloc.h | 15 __s64 l_start; member 40 __s64 l_start __attribute__((packed)); member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | fcntl.h | 199 __kernel_off_t l_start; member 214 __kernel_loff_t l_start; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 199 __kernel_off_t l_start; member 214 __kernel_loff_t l_start; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | fcntl.h | 199 __kernel_off_t l_start; member 214 __kernel_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | 198 __kernel_off_t l_start; member 213 __kernel_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A 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()
|
| 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() 611 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
| H A 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() 2328 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2340 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | compat.h | 54 compat_off_t l_start; member 66 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | compat.h | 72 compat_off_t l_start; member 84 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | compat.h | 82 compat_off_t l_start; member 95 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | compat.h | 60 compat_off_t l_start; member 68 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compat.h | 56 compat_off_t l_start; member 70 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | compat.h | 55 compat_off_t l_start; member 71 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | compat.h | 109 compat_off_t l_start; member 121 compat_loff_t l_start; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | fcntl.h | 67 __kernel_off_t l_start; member
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H 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()
|
| H A D | ocfs2_ioctl.h | 33 __s64 l_start; member
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A 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), in xfs_ioc_space() 696 iattr.ia_size = bf->l_start; in xfs_ioc_space()
|
| H A D | xfs_ioctl32.h | 151 __s64 l_start __attribute__((packed)); member
|
| H A D | xfs_ioctl32.c | 37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep_proc.c | 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 119 .start = l_start,
|