| /OK3568_Linux_fs/buildroot/package/qemu/ |
| H A D | 0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch | 11 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) { 14 ../block/export/fuse.c:641:42: error: 'SEEK_DATA' undeclared (first use in this function); did you … 15 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) {
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | seek.c | 23 bool seek_data = whence == SEEK_DATA; in page_seek_hole_data() 172 SEEK_DATA); in iomap_seek_data_actor()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | adi.c | 183 case SEEK_DATA: in adi_llseek()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fs.h | 46 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fs.h | 46 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fs.h | 38 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fs.h | 38 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | dir.c | 34 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | extent_map.c | 875 BUG_ON(whence != SEEK_DATA && whence != SEEK_HOLE); in ocfs2_seek_data_hole_offset() 921 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4file.c | 214 case SEEK_DATA: in nfs4_file_llseek()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 58 SEEK_DATA, 0
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | stdio.h | 113 # define SEEK_DATA 3 /* Seek to next data. */ macro
|
| H A D | unistd.h | 315 # define SEEK_DATA 3 /* Seek to next data. */ macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | stdio.h | 113 # define SEEK_DATA 3 /* Seek to next data. */ macro
|
| H A D | unistd.h | 315 # define SEEK_DATA 3 /* Seek to next data. */ macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 111 case SEEK_DATA: in generic_file_llseek_size() 253 case SEEK_DATA: in default_llseek()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 410 case SEEK_DATA: in __found_offset() 446 } else if (whence == SEEK_DATA) { in f2fs_seek_block() 461 if (whence == SEEK_DATA) { in f2fs_seek_block() 495 if (whence == SEEK_DATA) in f2fs_seek_block() 521 case SEEK_DATA: in f2fs_llseek()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | file.c | 908 case SEEK_DATA: in ext4_llseek()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 2669 if (whence == SEEK_DATA) in shmem_seek_hole_data() 2687 (page && whence == SEEK_DATA) || in shmem_seek_hole_data() 2708 if (whence != SEEK_DATA && whence != SEEK_HOLE) in shmem_file_llseek() 2724 else if (whence == SEEK_DATA) in shmem_file_llseek()
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | copy_up.c | 199 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_data()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 417 +#ifndef SEEK_DATA 418 +# define SEEK_DATA 3
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | file.c | 3532 else if (whence == SEEK_DATA && in find_desired_extent() 3548 if (whence == SEEK_DATA && start >= i_size) in find_desired_extent() 3564 case SEEK_DATA: in btrfs_file_llseek()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_file.c | 1229 case SEEK_DATA: in xfs_file_llseek()
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | file.c | 1906 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek() 1930 case SEEK_DATA: in ceph_llseek()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 467 SEEK_DATA. You can hanle this by returning -EINVAL, but it would be nicer to 470 offset is less than i_size and SEEK_DATA is specified, return the same offset.
|