Searched refs:SEEK_DATA (Results 1 – 25 of 25) sorted by relevance
| /linux/fs/squashfs/ |
| H A D | file.c | 687 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 D | seek.c | 65 iter->pos, iter->pos + length, SEEK_DATA); in iomap_seek_data_iter()
|
| H A D | buffered-io.c | 1410 start_byte, scan_end_byte, SEEK_DATA); in iomap_write_delalloc_release()
|
| /linux/drivers/char/ |
| H A D | adi.c | 177 case SEEK_DATA: in adi_llseek()
|
| /linux/fs/xfs/scrub/ |
| H A D | xfile.c | 236 ret = vfs_llseek(xf->file, pos, SEEK_DATA); in xfile_seek_data()
|
| /linux/tools/include/uapi/linux/ |
| H A D | fs.h | 55 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | fs.h | 55 #define SEEK_DATA 3 /* seek to the next data */ macro
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 209 case SEEK_DATA: in nfs4_file_llseek()
|
| H A D | nfs42proc.c | 908 if (whence == SEEK_DATA && res.sr_eof) in _nfs42_proc_llseek()
|
| /linux/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 58 SEEK_DATA, 0
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | porting.rst | 78 It is suggested to convert swap file activation, ``SEEK_DATA``, and
|
| H A D | operations.rst | 717 SEEK_DATA section in Seeking Files 720 The ``iomap_seek_data`` function implements the SEEK_DATA "whence" value
|
| H A D | design.rst | 43 * lseek ``SEEK_DATA`` and ``SEEK_HOLE``
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 209 holes (none/non-allocated) by specifying the SEEK_DATA flag on the file where
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 332 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_file()
|
| /linux/fs/ntfs/ |
| H A D | file.c | 422 case SEEK_DATA: in ntfs_file_llseek()
|
| /linux/fs/gfs2/ |
| H A D | file.c | 74 case SEEK_DATA: in gfs2_llseek()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 961 extent_start = vfs_llseek(f, start, SEEK_DATA); in ksmbd_vfs_fqar_lseek()
|
| /linux/fs/smb/client/ |
| H A D | smb2ops.c | 3899 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 D | file.c | 2681 case SEEK_DATA: in ocfs2_file_llseek()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 883 case SEEK_DATA: in devkmsg_llseek()
|
| /linux/fs/ceph/ |
| H A D | file.c | 2577 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()
|
| /linux/mm/ |
| H A D | filemap.c | 3210 bool seek_data = (whence == SEEK_DATA); in mapping_seek_hole_data()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2671 case SEEK_DATA: in fuse_file_llseek()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 799 #ifdef SEEK_DATA
|