Searched refs:l_start (Results 1 – 11 of 11) sorted by relevance
/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() 432 if (f.l_start > COMPAT_OFF_T_MAX) in compat_sys_fcntl64() 455 if (f.l_start > COMPAT_LOFF_T_MAX) in compat_sys_fcntl64()
|
D | ioctl.c | 437 sr.l_start += filp->f_pos; in ioctl_preallocate() 440 sr.l_start += i_size_read(inode); in ioctl_preallocate() 446 return do_fallocate(filp, FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in ioctl_preallocate()
|
D | locks.c | 345 start += l->l_start; in flock_to_posix_lock() 393 start += l->l_start; in flock64_to_posix_lock() 1701 flock->l_start = fl->fl_start; in posix_lock_to_flock() 1713 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
|
D | compat_ioctl.c | 777 __s64 l_start __attribute__((packed)); member 796 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate()
|
/fs/xfs/ |
D | xfs_vnodeops.c | 1726 bf->l_start += offset; in xfs_change_file_space() 1729 bf->l_start += XFS_ISIZE(ip); in xfs_change_file_space() 1755 if (bf->l_start < 0 || in xfs_change_file_space() 1756 bf->l_start > mp->m_super->s_maxbytes || in xfs_change_file_space() 1757 bf->l_start + bf->l_len < 0 || in xfs_change_file_space() 1758 bf->l_start + bf->l_len >= mp->m_super->s_maxbytes) in xfs_change_file_space() 1763 startoffset = bf->l_start; in xfs_change_file_space()
|
D | xfs_ioctl32.h | 171 __s64 l_start __attribute__((packed)); member
|
D | xfs_ioctl32.c | 57 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
|
D | xfs_fs.h | 149 __s64 l_start; member
|
D | xfs_file.c | 824 bf.l_start = offset; in xfs_file_fallocate()
|
/fs/ocfs2/ |
D | file.c | 1854 sr->l_start += f_pos; in __ocfs2_change_file_space() 1857 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space() 1867 if (sr->l_start < 0 in __ocfs2_change_file_space() 1868 || sr->l_start > max_off in __ocfs2_change_file_space() 1869 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space() 1870 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space() 1874 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space() 1899 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space() 1904 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space() 1999 sr.l_start = (s64)offset; in ocfs2_fallocate()
|
D | ocfs2_ioctl.h | 41 __s64 l_start; member
|