/linux-4.4.14/drivers/lightnvm/ |
D | rrpc.h | 45 sector_t l_start; member 166 return (laddr_end >= r->l_start && laddr_end <= r->l_end) && in request_intersects() 167 (laddr_start >= r->l_start && laddr_start <= r->l_end); in request_intersects() 185 r->l_start = laddr; in __rrpc_lock_laddr() 234 BUG_ON((r->l_start + pages) > rrpc->nr_pages); in rrpc_unlock_rq()
|
/linux-4.4.14/include/uapi/asm-generic/ |
D | fcntl.h | 198 __kernel_off_t l_start; member 213 __kernel_loff_t l_start; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | sys_oabi-compat.c | 191 loff_t l_start; member 209 kernel.l_start = user.l_start; in do_locks() 221 user.l_start = kernel.l_start; in do_locks()
|
/linux-4.4.14/include/linux/ |
D | falloc.h | 14 __s64 l_start; member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 664 bf->l_start += filp->f_pos; in xfs_ioc_space() 667 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space() 696 if (bf->l_start < 0 || in xfs_ioc_space() 697 bf->l_start > inode->i_sb->s_maxbytes || in xfs_ioc_space() 698 bf->l_start + bf->l_len < 0 || in xfs_ioc_space() 699 bf->l_start + bf->l_len >= inode->i_sb->s_maxbytes) { in xfs_ioc_space() 707 error = xfs_zero_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space() 712 error = xfs_alloc_file_space(ip, bf->l_start, bf->l_len, in xfs_ioc_space() 717 error = xfs_free_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space() 724 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space() [all …]
|
D | xfs_ioctl32.h | 172 __s64 l_start __attribute__((packed)); member
|
D | xfs_ioctl32.c | 51 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | fcntl.h | 66 __kernel_off_t l_start; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 80 compat_off_t l_start; member 92 compat_loff_t l_start; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | compat.h | 108 compat_off_t l_start; member 121 compat_loff_t l_start; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | compat.h | 111 compat_off_t l_start; member 123 compat_loff_t l_start; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 82 compat_off_t l_start; member 98 compat_loff_t l_start; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | compat.h | 84 compat_off_t l_start; member 99 compat_loff_t l_start; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 89 compat_off_t l_start; member 101 compat_loff_t l_start; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 86 compat_off_t l_start; member 94 compat_loff_t l_start; member
|
/linux-4.4.14/fs/ |
D | compat.c | 355 __get_user(kfl->l_start, &ufl->l_start) || in get_compat_flock() 367 __put_user(kfl->l_start, &ufl->l_start) || in put_compat_flock() 380 __get_user(kfl->l_start, &ufl->l_start) || in get_compat_flock64() 394 __put_user(kfl->l_start, &ufl->l_start) || in put_compat_flock64() 448 if (f.l_start > COMPAT_OFF_T_MAX) in COMPAT_SYSCALL_DEFINE3() 473 if (f.l_start > COMPAT_LOFF_T_MAX) in COMPAT_SYSCALL_DEFINE3()
|
D | ioctl.c | 442 sr.l_start += filp->f_pos; in ioctl_preallocate() 445 sr.l_start += i_size_read(inode); in ioctl_preallocate() 451 return vfs_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
D | locks.c | 426 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock() 428 fl->fl_start += l->l_start; in flock64_to_posix_lock() 466 .l_start = l->l_start, in flock_to_posix_lock() 2002 flock->l_start = fl->fl_start; in posix_lock_to_flock() 2014 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
D | compat_ioctl.c | 778 __s64 l_start __attribute__((packed)); member 797 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | compat.h | 133 compat_off_t l_start; member 145 compat_loff_t l_start; member
|
/linux-4.4.14/fs/ocfs2/ |
D | file.c | 1893 sr->l_start += f_pos; in __ocfs2_change_file_space() 1896 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1906 if (sr->l_start < 0 in __ocfs2_change_file_space() 1907 || sr->l_start > max_off in __ocfs2_change_file_space() 1908 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1909 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 1913 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 1939 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 1944 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 2039 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
D | ocfs2_ioctl.h | 41 __s64 l_start; member
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function 97 .start = l_start,
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 149 __s64 l_start; member
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 557 .l_start = 0, in os_lock_file()
|