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 | 526 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 528 fl->fl_start += l->l_start; in flock64_to_posix_lock() 566 .l_start = l->l_start, in lease_break_callback() 2332 flock->l_start = fl->fl_start; 2344 flock->l_start = fl->fl_start; in fcntl_getlk()
|
| /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 | 1984 sr->l_start += f_pos; in __ocfs2_change_file_space() 1987 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1997 if (sr->l_start < 0 in __ocfs2_change_file_space() 1998 || sr->l_start > max_off in __ocfs2_change_file_space() 1999 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 2000 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 2004 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 2030 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 2035 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2142 sr.l_start in ocfs2_fallocate() [all...] |
| /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 | 6371 static void *l_start(struct seq_file *m, loff_t *pos) in tracing_set_tracer() 6415 .start = l_start, in tracing_set_trace_write() 7127 static void *l_start(struct seq_file *m, loff_t *pos) l_start() function
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 4244 __s64 l_start; member
|