/kernel/linux/linux-5.10/fs/iomap/ |
H A D | seek.c | 14 * Seek for SEEK_DATA / SEEK_HOLE within @page, starting at @lastoff. 34 if (whence == SEEK_HOLE) in page_seek_hole_data() 65 * Seek for SEEK_DATA / SEEK_HOLE in the page cache. 106 if (whence != SEEK_HOLE) in page_cache_seek_hole_data() 127 SEEK_HOLE); in iomap_seek_hole_actor()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | fs.h | 35 #define SEEK_HOLE 4 macro 36 #define SEEK_MAX SEEK_HOLE
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | fs.h | 35 #define SEEK_HOLE 4 macro 36 #define SEEK_MAX SEEK_HOLE
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | fs.h | 20 #define SEEK_HOLE 4 macro 21 #define SEEK_MAX SEEK_HOLE
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | seek.c | 21 iter->pos, iter->pos + length, SEEK_HOLE); in iomap_seek_hole_iter()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | extent_map.c | 873 BUG_ON(whence != SEEK_DATA && whence != SEEK_HOLE); in ocfs2_seek_data_hole_offset() 889 if (whence == SEEK_HOLE) in ocfs2_seek_data_hole_offset() 918 if ((!is_data && whence == SEEK_HOLE) || in ocfs2_seek_data_hole_offset() 929 if (whence == SEEK_HOLE) { in ocfs2_seek_data_hole_offset()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | io.c | 231 off2 = vfs_llseek(file, off, SEEK_HOLE); in cachefiles_query_occupancy() 454 to = vfs_llseek(file, start, SEEK_HOLE); in cachefiles_do_prepare_read() 564 pos = vfs_llseek(file, *_start, SEEK_HOLE); in __cachefiles_prepare_write()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | adi.c | 184 case SEEK_HOLE: in adi_llseek()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | adi.c | 184 case SEEK_HOLE: in adi_llseek()
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | dir.c | 34 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | dir.c | 34 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4file.c | 213 case SEEK_HOLE: in nfs4_file_llseek()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4file.c | 208 case SEEK_HOLE: in nfs4_file_llseek()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | file.c | 3390 * @whence: Seek mode (SEEK_DATA or SEEK_HOLE). 3418 if (delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole() 3442 if (!delalloc && whence == SEEK_HOLE) { in find_desired_extent_in_hole() 3480 if (whence == SEEK_HOLE && in find_desired_extent() 3490 * lseek SEEK_HOLE/DATA calls to a file when there's delalloc, in find_desired_extent() 3690 case SEEK_HOLE: in btrfs_file_llseek()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | file.c | 896 case SEEK_HOLE: in ext4_llseek()
|
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | file.c | 912 case SEEK_HOLE: in ext4_llseek()
|
/kernel/linux/linux-5.10/fs/ |
H A D | read_write.c | 114 case SEEK_HOLE: in generic_file_llseek_size() 259 case SEEK_HOLE: in default_llseek()
|
/kernel/linux/linux-6.6/fs/ |
H A D | read_write.c | 119 case SEEK_HOLE: in generic_file_llseek_size() 258 case SEEK_HOLE: in default_llseek()
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 2684 * llseek SEEK_DATA or SEEK_HOLE through the page cache. 2707 if (whence == SEEK_HOLE) { in shmem_seek_hole_data() 2720 (!page && whence == SEEK_HOLE)) { in shmem_seek_hole_data() 2740 if (whence != SEEK_DATA && whence != SEEK_HOLE) in shmem_file_llseek()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | file.c | 393 case SEEK_HOLE: in __found_offset() 419 if (whence == SEEK_HOLE) { in f2fs_seek_block() 474 if (whence == SEEK_HOLE && data_ofs > isize) in f2fs_seek_block() 495 case SEEK_HOLE: in f2fs_llseek()
|