Searched refs:l_start (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/filelock/ |
| 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()
|
| /linux/include/linux/ |
| A D | falloc.h | 15 __s64 l_start; member 46 __s64 l_start __attribute__((packed)); member
|
| A D | compat.h | 269 compat_off_t l_start; member 283 compat_loff_t l_start; member
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 198 __kernel_off_t l_start; member 212 __kernel_loff_t l_start; member
|
| /linux/arch/arm/kernel/ |
| 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()
|
| /linux/fs/ |
| A D | ioctl.c | 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() 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()
|
| A D | fcntl.c | 650 (dst)->l_start = (src)->l_start; \ 689 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64() 726 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
|
| A D | locks.c | 507 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 509 fl->fl_start += l->l_start; in flock64_to_posix_lock() 547 .l_start = l->l_start, in flock_to_posix_lock() 2255 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2267 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
| /linux/fs/ocfs2/ |
| A D | file.c | 1977 sr->l_start += f_pos; in __ocfs2_change_file_space() 1980 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1990 if (sr->l_start < 0 in __ocfs2_change_file_space() 1991 || sr->l_start > max_off in __ocfs2_change_file_space() 1992 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1993 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 1997 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 2023 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 2028 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2135 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
| A D | ocfs2_ioctl.h | 23 __s64 l_start; member
|
| /linux/kernel/locking/ |
| A D | lockdep_proc.c | 47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 121 .start = l_start,
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 600 .l_start = 0, in os_lock_file()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_fs.h | 103 __s64 l_start; member
|
| /linux/tools/testing/selftests/landlock/ |
| A D | fs_test.c | 4033 __s64 l_start; member
|
Completed in 44 milliseconds