Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/qemu/
H A D0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch10 ../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 Dseek.c34 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 Dfs.h47 #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 Dfs.h47 #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 Dfs.h39 #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 Dfs.h39 #define SEEK_HOLE 4 /* seek to the next hole */ macro
40 #define SEEK_MAX SEEK_HOLE
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dextent_map.c875 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 Dadi.c184 case SEEK_HOLE: in adi_llseek()
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Ddir.c34 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4file.c213 case SEEK_HOLE: in nfs4_file_llseek()
H A Dnfs42proc.c637 .sa_what = (whence == SEEK_HOLE) ? in _nfs42_proc_llseek()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst21 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 Dstdio.h114 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
H A Dunistd.h316 # 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 Dstdio.h114 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
H A Dunistd.h316 # define SEEK_HOLE 4 /* Seek to next hole. */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c119 case SEEK_HOLE: in generic_file_llseek_size()
264 case SEEK_HOLE: in default_llseek()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dfile.c902 case SEEK_HOLE: in ext4_llseek()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch420 +#ifndef SEEK_HOLE
421 +# define SEEK_HOLE 4
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c417 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 Dxfs_file.c1226 case SEEK_HOLE: in xfs_file_llseek()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c2675 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 Dfile.c1906 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 Dporting.rst466 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 Dfile.c76 case SEEK_HOLE: in gfs2_llseek()

12