Searched refs:SEEK_DATA (Results 1 – 21 of 21) 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 | 1523 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 | 211 case SEEK_DATA: in nfs4_file_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
|
| /linux/fs/ntfs3/ |
| H A D | file.c | 1557 if (whence != SEEK_DATA && whence != SEEK_HOLE) { in ntfs_llseek() 1565 ret = ni_seek_data_or_hole(ni, offset, whence == SEEK_DATA); in ntfs_llseek()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 3457 if (delalloc && whence == SEEK_DATA) { in find_desired_extent_in_hole() 3711 if (whence == SEEK_DATA) { in find_desired_extent() 3748 if (whence == SEEK_DATA && start >= i_size) in find_desired_extent() 3761 case SEEK_DATA: in btrfs_file_llseek()
|
| /linux/fs/ext4/ |
| H A D | file.c | 1022 case SEEK_DATA: in ext4_llseek()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 1050 data = vfs_llseek(f, hole, SEEK_DATA); in ksmbd_vfs_zero_holes() 1149 extent_start = vfs_llseek(f, start, SEEK_DATA); in ksmbd_vfs_query_allocated_ranges()
|
| /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/gfs2/ |
| H A D | file.c | 74 case SEEK_DATA: in gfs2_llseek()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 883 case SEEK_DATA: in devkmsg_llseek()
|
| /linux/fs/fuse/ |
| H A D | file.c | 2689 case SEEK_DATA: in fuse_file_llseek()
|
| /linux/fs/nfsd/ |
| H A D | nfs4proc.c | 2527 whence = SEEK_DATA; in nfsd4_seek()
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 803 #ifdef SEEK_DATA
|