Home
last modified time | relevance | path

Searched refs:SEEK_DATA (Results 1 – 21 of 21) 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.c1523 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.c211 case SEEK_DATA: in nfs4_file_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
/linux/fs/ntfs3/
H A Dfile.c1557 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 Dfile.c3457 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 Dfile.c1022 case SEEK_DATA: in ext4_llseek()
/linux/fs/smb/server/
H A Dvfs.c1050 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 Dcopy_up.c332 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_file()
/linux/fs/gfs2/
H A Dfile.c74 case SEEK_DATA: in gfs2_llseek()
/linux/kernel/printk/
H A Dprintk.c883 case SEEK_DATA: in devkmsg_llseek()
/linux/fs/fuse/
H A Dfile.c2689 case SEEK_DATA: in fuse_file_llseek()
/linux/fs/nfsd/
H A Dnfs4proc.c2527 whence = SEEK_DATA; in nfsd4_seek()
/linux/tools/perf/
H A Dbuiltin-trace.c803 #ifdef SEEK_DATA