Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dfile.c687 if (whence == SEEK_DATA) in seek_hole_data()
700 (length && whence == SEEK_DATA)) in seek_hole_data()
729 (length && whence == SEEK_DATA)) { in seek_hole_data()
740 if (whence == SEEK_DATA) in seek_hole_data()
758 case SEEK_DATA: in squashfs_llseek()
/linux/fs/iomap/
H A Dseek.c65 iter->pos, iter->pos + length, SEEK_DATA); in iomap_seek_data_iter()
H A Dbuffered-io.c1410 start_byte, scan_end_byte, SEEK_DATA); in iomap_write_delalloc_release()
/linux/drivers/char/
H A Dadi.c177 case SEEK_DATA: in adi_llseek()
/linux/fs/xfs/scrub/
H A Dxfile.c236 ret = vfs_llseek(xf->file, pos, SEEK_DATA); in xfile_seek_data()
/linux/tools/include/uapi/linux/
H A Dfs.h55 #define SEEK_DATA 3 /* seek to the next data */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h55 #define SEEK_DATA 3 /* seek to the next data */ macro
/linux/fs/nfs/
H A Dnfs4file.c209 case SEEK_DATA: in nfs4_file_llseek()
H A Dnfs42proc.c908 if (whence == SEEK_DATA && res.sr_eof) in _nfs42_proc_llseek()
/linux/Documentation/ABI/testing/
H A Ddev-kmsg58 SEEK_DATA, 0
/linux/Documentation/filesystems/iomap/
H A Dporting.rst78 It is suggested to convert swap file activation, ``SEEK_DATA``, and
H A Doperations.rst717 SEEK_DATA section in Seeking Files
720 The ``iomap_seek_data`` function implements the SEEK_DATA "whence" value
H A Ddesign.rst43 * lseek ``SEEK_DATA`` and ``SEEK_HOLE``
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst209 holes (none/non-allocated) by specifying the SEEK_DATA flag on the file where
/linux/fs/overlayfs/
H A Dcopy_up.c332 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_file()
/linux/fs/ntfs/
H A Dfile.c422 case SEEK_DATA: in ntfs_file_llseek()
/linux/fs/gfs2/
H A Dfile.c74 case SEEK_DATA: in gfs2_llseek()
/linux/fs/smb/server/
H A Dvfs.c961 extent_start = vfs_llseek(f, start, SEEK_DATA); in ksmbd_vfs_fqar_lseek()
/linux/fs/smb/client/
H A Dsmb2ops.c3899 if (whence != SEEK_HOLE && whence != SEEK_DATA) in smb3_llseek()
3946 if (whence == SEEK_DATA && out_data_len == 0) { in smb3_llseek()
3955 if (whence == SEEK_DATA) { in smb3_llseek()
/linux/fs/ocfs2/
H A Dfile.c2681 case SEEK_DATA: in ocfs2_file_llseek()
/linux/kernel/printk/
H A Dprintk.c883 case SEEK_DATA: in devkmsg_llseek()
/linux/fs/ceph/
H A Dfile.c2577 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()
/linux/mm/
H A Dfilemap.c3210 bool seek_data = (whence == SEEK_DATA); in mapping_seek_hole_data()
/linux/fs/fuse/
H A Dfile.c2671 case SEEK_DATA: in fuse_file_llseek()
/linux/tools/perf/
H A Dbuiltin-trace.c799 #ifdef SEEK_DATA