Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dfs.h56 #define SEEK_HOLE 4 /* seek to the next hole */ macro
57 #define SEEK_MAX SEEK_HOLE
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h56 #define SEEK_HOLE 4 /* seek to the next hole */ macro
57 #define SEEK_MAX SEEK_HOLE
/linux/fs/iomap/
H A Dseek.c17 iter->pos, iter->pos + length, SEEK_HOLE); in iomap_seek_hole_iter()
H A Dbuffered-io.c1431 scan_end_byte, SEEK_HOLE); in iomap_write_delalloc_release()
/linux/fs/squashfs/
H A Dfile.c699 if ((length == 0 && whence == SEEK_HOLE) || in seek_hole_data()
728 if ((length == 0 && whence == SEEK_HOLE) || in seek_hole_data()
759 case SEEK_HOLE: in squashfs_llseek()
/linux/drivers/char/
H A Dadi.c178 case SEEK_HOLE: in adi_llseek()
/linux/fs/nfs/
H A Dnfs4file.c208 case SEEK_HOLE: in nfs4_file_llseek()
H A Dnfs42proc.c872 .sa_what = (whence == SEEK_HOLE) ? in _nfs42_proc_llseek()
/linux/Documentation/filesystems/iomap/
H A Dporting.rst79 ``SEEK_HOLE`` before tackling the I/O paths.
H A Doperations.rst732 SEEK_HOLE section in Seeking Files
735 The ``iomap_seek_hole`` function implements the SEEK_HOLE "whence" value
H A Ddesign.rst43 * lseek ``SEEK_DATA`` and ``SEEK_HOLE``
/linux/fs/ntfs/
H A Dfile.c417 case SEEK_HOLE: in ntfs_file_llseek()
/linux/fs/gfs2/
H A Dfile.c78 case SEEK_HOLE: in gfs2_llseek()
/linux/fs/smb/server/
H A Dvfs.c971 extent_end = vfs_llseek(f, extent_start, SEEK_HOLE); in ksmbd_vfs_fqar_lseek()
/linux/fs/smb/client/
H A Dsmb2ops.c3899 if (whence != SEEK_HOLE && whence != SEEK_DATA) in smb3_llseek()
3924 if (whence == SEEK_HOLE) in smb3_llseek()
3943 if (whence == SEEK_HOLE && out_data_len == 0) in smb3_llseek()
/linux/fs/ocfs2/
H A Dfile.c2682 case SEEK_HOLE: in ocfs2_file_llseek()
/linux/fs/ceph/
H A Dfile.c2577 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()
/linux/fs/fuse/
H A Dfile.c2670 case SEEK_HOLE: in fuse_file_llseek()
/linux/tools/perf/
H A Dbuiltin-trace.c802 #ifdef SEEK_HOLE