Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/lightnvm/
Drrpc.h45 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/
Dfcntl.h198 __kernel_off_t l_start; member
213 __kernel_loff_t l_start; member
/linux-4.4.14/arch/arm/kernel/
Dsys_oabi-compat.c191 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/
Dfalloc.h14 __s64 l_start; member
/linux-4.4.14/fs/xfs/
Dxfs_ioctl.c664 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 …]
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.4.14/arch/mips/include/uapi/asm/
Dfcntl.h66 __kernel_off_t l_start; member
/linux-4.4.14/arch/powerpc/include/asm/
Dcompat.h80 compat_off_t l_start; member
92 compat_loff_t l_start; member
/linux-4.4.14/arch/sparc/include/asm/
Dcompat.h108 compat_off_t l_start; member
121 compat_loff_t l_start; member
/linux-4.4.14/arch/arm64/include/asm/
Dcompat.h111 compat_off_t l_start; member
123 compat_loff_t l_start; member
/linux-4.4.14/arch/x86/include/asm/
Dcompat.h82 compat_off_t l_start; member
98 compat_loff_t l_start; member
/linux-4.4.14/arch/mips/include/asm/
Dcompat.h84 compat_off_t l_start; member
99 compat_loff_t l_start; member
/linux-4.4.14/arch/tile/include/asm/
Dcompat.h89 compat_off_t l_start; member
101 compat_loff_t l_start; member
/linux-4.4.14/arch/parisc/include/asm/
Dcompat.h86 compat_off_t l_start; member
94 compat_loff_t l_start; member
/linux-4.4.14/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.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()
2002 flock->l_start = fl->fl_start; in posix_lock_to_flock()
2014 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.4.14/arch/s390/include/asm/
Dcompat.h133 compat_off_t l_start; member
145 compat_loff_t l_start; member
/linux-4.4.14/fs/ocfs2/
Dfile.c1893 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()
Docfs2_ioctl.h41 __s64 l_start; member
/linux-4.4.14/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.4.14/fs/xfs/libxfs/
Dxfs_fs.h149 __s64 l_start; member
/linux-4.4.14/arch/um/os-Linux/
Dfile.c557 .l_start = 0, in os_lock_file()