Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/buildroot/package/qemu/
H A D0003-block-export-fuse.c-fix-fuse-lseek-on-uclibc-or-musl.patch11 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 Dseek.c23 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 Dadi.c183 case SEEK_DATA: in adi_llseek()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h46 #define SEEK_DATA 3 /* seek to the next data */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfs.h46 #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 Dfs.h38 #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 Dfs.h38 #define SEEK_DATA 3 /* seek to the next data */ macro
/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/ocfs2/
H A Dextent_map.c875 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 Dnfs4file.c214 case SEEK_DATA: in nfs4_file_llseek()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Ddev-kmsg58 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 Dstdio.h113 # define SEEK_DATA 3 /* Seek to next data. */ macro
H A Dunistd.h315 # 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 Dstdio.h113 # define SEEK_DATA 3 /* Seek to next data. */ macro
H A Dunistd.h315 # define SEEK_DATA 3 /* Seek to next data. */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dread_write.c111 case SEEK_DATA: in generic_file_llseek_size()
253 case SEEK_DATA: in default_llseek()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c410 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 Dfile.c908 case SEEK_DATA: in ext4_llseek()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c2669 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 Dcopy_up.c199 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 D0001-localedef-Add-hardlink-resolver-from-util-linux.patch417 +#ifndef SEEK_DATA
418 +# define SEEK_DATA 3
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c3532 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 Dxfs_file.c1229 case SEEK_DATA: in xfs_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()
1930 case SEEK_DATA: in ceph_llseek()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dporting.rst467 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.

12