Home
last modified time | relevance | path

Searched refs:l_start (Results 1 – 11 of 11) sorted by relevance

/fs/
Dcompat.c355 __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()
Dioctl.c437 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()
Dlocks.c345 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()
Dcompat_ioctl.c777 __s64 l_start __attribute__((packed)); member
796 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate()
/fs/xfs/
Dxfs_vnodeops.c1726 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()
Dxfs_ioctl32.h171 __s64 l_start __attribute__((packed)); member
Dxfs_ioctl32.c57 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
Dxfs_fs.h149 __s64 l_start; member
Dxfs_file.c824 bf.l_start = offset; in xfs_file_fallocate()
/fs/ocfs2/
Dfile.c1854 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()
Docfs2_ioctl.h41 __s64 l_start; member