Searched refs:l_start (Results 1 – 13 of 13) sorted by relevance
| /linux/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()
|
| /linux/include/linux/ |
| H A D | falloc.h | 15 __s64 l_start; member 47 __s64 l_start __attribute__((packed)); member
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | fcntl.h | |
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 197 __kernel_off_t l_start; member 211 __kernel_loff_t l_start; member
|
| /linux/fs/ |
| H A D | ioctl.c | 280 sr.l_start += filp->f_pos; in ioctl_preallocate() 283 sr.l_start += i_size_read(inode); in ioctl_preallocate() 289 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate() 309 sr.l_start += file->f_pos; in compat_ioctl_preallocate() 312 sr.l_start += i_size_read(inode); in compat_ioctl_preallocate() 318 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
|
| H 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() 2309 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2321 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
| /linux/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()
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 1983 sr->l_start += f_pos; in __ocfs2_change_file_space() 1986 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1996 if (sr->l_start < 0 in __ocfs2_change_file_space() 1997 || sr->l_start > max_off in __ocfs2_change_file_space() 1998 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1999 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 2003 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 2029 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 2034 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2141 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
| /linux/kernel/locking/ |
| H 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/ |
| H A D | file.c | 579 .l_start = 0, in os_lock_file()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_fs.h | 103 __s64 l_start; member
|
| /linux/kernel/trace/ |
| H A D | trace.c | 7121 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 7165 .start = l_start,
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4244 __s64 l_start; member
|