/linux-4.4.14/include/uapi/asm-generic/ |
D | fcntl.h | 197 short l_whence; member 212 short l_whence; member
|
/linux-4.4.14/arch/arm/kernel/ |
D | sys_oabi-compat.c | 190 short l_whence; member 208 kernel.l_whence = user.l_whence; in do_locks() 220 user.l_whence = kernel.l_whence; in do_locks()
|
/linux-4.4.14/include/linux/ |
D | falloc.h | 13 __s16 l_whence; member
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
D | fcntl.h | 65 short l_whence; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | compat.h | 79 short l_whence; member 91 short l_whence; member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | compat.h | 107 short l_whence; member 120 short l_whence; member
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | compat.h | 110 short l_whence; member 122 short l_whence; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | compat.h | 81 short l_whence; member 97 short l_whence; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | compat.h | 83 short l_whence; member 98 short l_whence; member
|
/linux-4.4.14/arch/tile/include/asm/ |
D | compat.h | 88 short l_whence; member 100 short l_whence; member
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | compat.h | 85 short l_whence; member 93 short l_whence; member
|
/linux-4.4.14/arch/s390/include/asm/ |
D | compat.h | 132 short l_whence; member 144 short l_whence; member
|
/linux-4.4.14/fs/ |
D | compat.c | 354 __get_user(kfl->l_whence, &ufl->l_whence) || in get_compat_flock() 366 __put_user(kfl->l_whence, &ufl->l_whence) || in put_compat_flock() 379 __get_user(kfl->l_whence, &ufl->l_whence) || in get_compat_flock64() 393 __put_user(kfl->l_whence, &ufl->l_whence) || in put_compat_flock64()
|
D | locks.c | 413 switch (l->l_whence) { in flock64_to_posix_lock() 465 .l_whence = l->l_whence, in flock_to_posix_lock() 2005 flock->l_whence = 0; in posix_lock_to_flock() 2017 flock->l_whence = 0; in posix_lock_to_flock64()
|
D | compat_ioctl.c | 777 __s16 l_whence; member 796 copy_in_user(&p->l_whence, &p32->l_whence, sizeof(s16)) || in compat_ioctl_preallocate()
|
D | ioctl.c | 438 switch (sr.l_whence) { in ioctl_preallocate()
|
/linux-4.4.14/fs/ocfs2/ |
D | ocfs2_ioctl.h | 40 __s16 l_whence; member
|
D | file.c | 1889 switch (sr->l_whence) { in __ocfs2_change_file_space() 1902 sr->l_whence = 0; in __ocfs2_change_file_space() 2038 sr.l_whence = 0; in ocfs2_fallocate()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.h | 171 __s16 l_whence; member
|
D | xfs_ioctl32.c | 50 get_user(bf->l_whence, &arg32->l_whence) || in xfs_compat_flock64_copyin()
|
D | xfs_ioctl.c | 660 switch (bf->l_whence) { in xfs_ioc_space()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 148 __s16 l_whence; member
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 556 .l_whence = SEEK_SET, in os_lock_file()
|