| /OK3568_Linux_fs/buildroot/package/qemu/ |
| H A D | 0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch | 10 ../block/export/fuse.c:641:19: error: 'SEEK_HOLE' undeclared (first use in this function) 11 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) { 15 641 | if (whence != SEEK_HOLE && whence != SEEK_DATA) {
|
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | seek.c | 34 if (whence == SEEK_HOLE) in page_seek_hole_data() 106 if (whence != SEEK_HOLE) in page_cache_seek_hole_data() 127 SEEK_HOLE); in iomap_seek_hole_actor()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ macro 48 #define SEEK_MAX SEEK_HOLE
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fs.h | 47 #define SEEK_HOLE 4 /* seek to the next hole */ macro 48 #define SEEK_MAX SEEK_HOLE
|
| /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 | 39 #define SEEK_HOLE 4 /* seek to the next hole */ macro 40 #define SEEK_MAX SEEK_HOLE
|
| /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 | 39 #define SEEK_HOLE 4 /* seek to the next hole */ macro 40 #define SEEK_MAX SEEK_HOLE
|
| /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() 891 if (whence == SEEK_HOLE) in ocfs2_seek_data_hole_offset() 920 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 931 if (whence == SEEK_HOLE) { in ocfs2_seek_data_hole_offset()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | adi.c | 184 case SEEK_HOLE: in adi_llseek()
|
| /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/nfs/ |
| H A D | nfs4file.c | 213 case SEEK_HOLE: in nfs4_file_llseek()
|
| H A D | nfs42proc.c | 637 .sa_what = (whence == SEEK_HOLE) ? in _nfs42_proc_llseek()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 21 b) improved sparse file support (fiemap and SEEK_HOLE are implemented
|
| /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 | 114 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
|
| H A D | unistd.h | 316 # define SEEK_HOLE 4 /* Seek to next hole. */ 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 | 114 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
|
| H A D | unistd.h | 316 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 119 case SEEK_HOLE: in generic_file_llseek_size() 264 case SEEK_HOLE: in default_llseek()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | file.c | 902 case SEEK_HOLE: in ext4_llseek()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0001-localedef-Add-hardlink-resolver-from-util-linux.patch | 420 +#ifndef SEEK_HOLE 421 +# define SEEK_HOLE 4
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | file.c | 417 case SEEK_HOLE: in __found_offset() 443 if (whence == SEEK_HOLE) { in f2fs_seek_block() 498 if (whence == SEEK_HOLE && data_ofs > isize) in f2fs_seek_block() 522 case SEEK_HOLE: in f2fs_llseek()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_file.c | 1226 case SEEK_HOLE: in xfs_file_llseek()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 2675 if (whence == SEEK_HOLE) { in shmem_seek_hole_data() 2688 (!page && whence == SEEK_HOLE)) { in shmem_seek_hole_data() 2708 if (whence != SEEK_DATA && whence != SEEK_HOLE) in shmem_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() 1936 case SEEK_HOLE: in ceph_llseek()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | porting.rst | 466 If you implement your own ->llseek() you must handle SEEK_HOLE and 471 If the above is true for the offset and you are given SEEK_HOLE, return the end
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | file.c | 76 case SEEK_HOLE: in gfs2_llseek()
|