Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfalloc.h15 __s64 l_start; member
40 __s64 l_start __attribute__((packed)); member
/linux/tools/include/uapi/asm-generic/
A Dfcntl.h198 __kernel_off_t l_start; member
213 __kernel_loff_t l_start; member
/linux/include/uapi/asm-generic/
A Dfcntl.h203 __kernel_off_t l_start; member
218 __kernel_loff_t l_start; member
/linux/arch/arm/kernel/
A Dsys_oabi-compat.c192 loff_t l_start; member
207 kernel->l_start = user.l_start; in get_oabi_flock()
220 user.l_start = kernel->l_start; in put_oabi_flock()
/linux/arch/powerpc/include/asm/
A Dcompat.h50 compat_off_t l_start; member
62 compat_loff_t l_start; member
/linux/arch/sparc/include/asm/
A Dcompat.h81 compat_off_t l_start; member
94 compat_loff_t l_start; member
/linux/arch/arm64/include/asm/
A Dcompat.h71 compat_off_t l_start; member
83 compat_loff_t l_start; member
/linux/arch/x86/include/asm/
A Dcompat.h56 compat_off_t l_start; member
72 compat_loff_t l_start; member
/linux/arch/mips/include/asm/
A Dcompat.h61 compat_off_t l_start; member
75 compat_loff_t l_start; member
/linux/arch/parisc/include/asm/
A Dcompat.h59 compat_off_t l_start; member
67 compat_loff_t l_start; member
/linux/fs/
A Dioctl.c285 sr.l_start += filp->f_pos; in ioctl_preallocate()
288 sr.l_start += i_size_read(inode); in ioctl_preallocate()
294 return vfs_fallocate(filp, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, in ioctl_preallocate()
314 sr.l_start += file->f_pos; in compat_ioctl_preallocate()
317 sr.l_start += i_size_read(inode); in compat_ioctl_preallocate()
323 return vfs_fallocate(file, mode | FALLOC_FL_KEEP_SIZE, sr.l_start, sr.l_len); in compat_ioctl_preallocate()
A Dfcntl.c536 (dst)->l_start = (src)->l_start; \
575 BUILD_BUG_ON(sizeof(kfl->l_start) > sizeof(ufl->l_start)); in put_compat_flock64()
612 if (flock->l_start > COMPAT_OFF_T_MAX) in fixup_compat_flock()
A Dlocks.c426 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()
2135 flock->l_start = fl->fl_start; in posix_lock_to_flock()
2147 flock->l_start = fl->fl_start; in posix_lock_to_flock64()
/linux/arch/s390/include/asm/
A Dcompat.h108 compat_off_t l_start; member
120 compat_loff_t l_start; member
/linux/arch/mips/include/uapi/asm/
A Dfcntl.h67 __kernel_off_t l_start; member
/linux/fs/ocfs2/
A Dfile.c1967 sr->l_start += f_pos; in __ocfs2_change_file_space()
1970 sr->l_start += i_size_read(inode); in __ocfs2_change_file_space()
1980 if (sr->l_start < 0 in __ocfs2_change_file_space()
1981 || sr->l_start > max_off in __ocfs2_change_file_space()
1982 || (sr->l_start + llen) < 0 in __ocfs2_change_file_space()
1983 || (sr->l_start + llen) > max_off) { in __ocfs2_change_file_space()
1987 size = sr->l_start + sr->l_len; in __ocfs2_change_file_space()
2013 ret = ocfs2_allocate_unwritten_extents(inode, sr->l_start, in __ocfs2_change_file_space()
2018 ret = ocfs2_remove_inode_range(inode, di_bh, sr->l_start, in __ocfs2_change_file_space()
2119 sr.l_start = (s64)offset; in ocfs2_fallocate()
A Docfs2_ioctl.h23 __s64 l_start; member
/linux/fs/xfs/
A Dxfs_ioctl.c673 bf->l_start += filp->f_pos; in xfs_ioc_space()
676 bf->l_start += XFS_ISIZE(ip); in xfs_ioc_space()
683 if (bf->l_start < 0 || bf->l_start > inode->i_sb->s_maxbytes) { in xfs_ioc_space()
688 if (bf->l_start > XFS_ISIZE(ip)) { in xfs_ioc_space()
690 bf->l_start - XFS_ISIZE(ip), in xfs_ioc_space()
697 iattr.ia_size = bf->l_start; in xfs_ioc_space()
A Dxfs_ioctl32.h149 __s64 l_start __attribute__((packed)); member
A Dxfs_ioctl32.c37 get_user(bf->l_start, &arg32->l_start) || in xfs_compat_flock64_copyin()
/linux/kernel/locking/
A Dlockdep_proc.c32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() function
100 .start = l_start,
/linux/arch/um/os-Linux/
A Dfile.c582 .l_start = 0, in os_lock_file()
/linux/fs/xfs/libxfs/
A Dxfs_fs.h117 __s64 l_start; member

Completed in 42 milliseconds