Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h198 __kernel_off_t l_start; member
213 __kernel_loff_t l_start; member
/linux-4.1.27/arch/arm/kernel/
Dsys_oabi-compat.c191 loff_t l_start; member
217 kernel.l_start = user.l_start; in sys_oabi_fcntl64()
232 user.l_start = kernel.l_start; in sys_oabi_fcntl64()
/linux-4.1.27/include/linux/
Dfalloc.h14 __s64 l_start; member
/linux-4.1.27/fs/xfs/
Dxfs_ioctl.c653 bf->l_start += filp->f_pos; in xfs_ioc_space()
656 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space()
685 if (bf->l_start < 0 || in xfs_ioc_space()
686 bf->l_start > inode->i_sb->s_maxbytes || in xfs_ioc_space()
687 bf->l_start + bf->l_len < 0 || in xfs_ioc_space()
688 bf->l_start + bf->l_len >= inode->i_sb->s_maxbytes) { in xfs_ioc_space()
696 error = xfs_zero_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space()
701 error = xfs_alloc_file_space(ip, bf->l_start, bf->l_len, in xfs_ioc_space()
706 error = xfs_free_file_space(ip, bf->l_start, bf->l_len); in xfs_ioc_space()
713 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space()
[all …]
Dxfs_ioctl32.h172 __s64 l_start __attribute__((packed)); member
Dxfs_ioctl32.c51 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h66 __kernel_off_t l_start; member
/linux-4.1.27/arch/sparc/include/asm/
Dcompat.h108 compat_off_t l_start; member
121 compat_loff_t l_start; member
/linux-4.1.27/arch/powerpc/include/asm/
Dcompat.h80 compat_off_t l_start; member
92 compat_loff_t l_start; member
/linux-4.1.27/arch/mips/include/asm/
Dcompat.h84 compat_off_t l_start; member
99 compat_loff_t l_start; member
/linux-4.1.27/arch/tile/include/asm/
Dcompat.h89 compat_off_t l_start; member
101 compat_loff_t l_start; member
/linux-4.1.27/arch/arm64/include/asm/
Dcompat.h112 compat_off_t l_start; member
124 compat_loff_t l_start; member
/linux-4.1.27/arch/parisc/include/asm/
Dcompat.h86 compat_off_t l_start; member
94 compat_loff_t l_start; member
/linux-4.1.27/arch/x86/include/asm/
Dcompat.h82 compat_off_t l_start; member
98 compat_loff_t l_start; member
/linux-4.1.27/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()
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()
Dioctl.c442 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()
Dlocks.c422 if (l->l_start > OFFSET_MAX - fl->fl_start) in flock64_to_posix_lock()
424 fl->fl_start += l->l_start; in flock64_to_posix_lock()
462 .l_start = l->l_start, in flock_to_posix_lock()
1974 flock->l_start = fl->fl_start; in posix_lock_to_flock()
1986 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
Dcompat_ioctl.c778 __s64 l_start __attribute__((packed)); member
797 copy_in_user(&p->l_start, &p32->l_start, sizeof(s64)) || in compat_ioctl_preallocate()
/linux-4.1.27/arch/s390/include/asm/
Dcompat.h133 compat_off_t l_start; member
145 compat_loff_t l_start; member
/linux-4.1.27/fs/ocfs2/
Dfile.c1879 sr->l_start += f_pos; in __ocfs2_change_file_space()
1882 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space()
1892 if (sr->l_start < 0 in __ocfs2_change_file_space()
1893 || sr->l_start > max_off in __ocfs2_change_file_space()
1894 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space()
1895 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space()
1899 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space()
1925 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space()
1930 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space()
2025 sr.l_start = (s64)offset; in ocfs2_fallocate()
Docfs2_ioctl.h41 __s64 l_start; member
/linux-4.1.27/kernel/locking/
Dlockdep_proc.c31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function
97 .start = l_start,
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_fs.h149 __s64 l_start; member
/linux-4.1.27/arch/um/os-Linux/
Dfile.c556 .l_start = 0, in os_lock_file()