Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dfile.c467 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
525 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()
620 unwritten = ext4_find_unwritten_pgoff(inode, SEEK_DATA, in ext4_seek_data()
735 case SEEK_DATA: in ext4_llseek()
/linux-4.4.14/include/uapi/linux/
Dfs.h34 #define SEEK_DATA 3 /* seek to the next data */ macro
/linux-4.4.14/fs/xfs/
Dxfs_file.c1393 if (whence == SEEK_DATA && in xfs_seek_hole_data()
1428 ASSERT(whence == SEEK_DATA); in xfs_seek_hole_data()
1446 ASSERT(whence == SEEK_DATA); in xfs_seek_hole_data()
1483 case SEEK_DATA: in xfs_file_llseek()
/linux-4.4.14/fs/f2fs/
Dfile.c296 if (whence != SEEK_DATA) in __get_first_dirty_index()
312 case SEEK_DATA: in __found_offset()
359 if (whence == SEEK_DATA) { in f2fs_seek_block()
385 if (whence == SEEK_DATA) in f2fs_seek_block()
408 case SEEK_DATA: in f2fs_llseek()
/linux-4.4.14/fs/nfs/
Dnfs4file.c169 case SEEK_DATA: in nfs4_file_llseek()
/linux-4.4.14/fs/hpfs/
Ddir.c33 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
/linux-4.4.14/fs/ocfs2/
Dextent_map.c846 BUG_ON(whence != SEEK_DATA && whence != SEEK_HOLE); in ocfs2_seek_data_hole_offset()
892 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
Dfile.c2566 case SEEK_DATA: in ocfs2_file_llseek()
/linux-4.4.14/Documentation/ABI/testing/
Ddev-kmsg55 SEEK_DATA, 0
/linux-4.4.14/fs/
Dread_write.c110 case SEEK_DATA: in generic_file_llseek_size()
213 case SEEK_DATA: in default_llseek()
/linux-4.4.14/fs/ceph/
Dfile.c1167 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()
1192 case SEEK_DATA: in ceph_llseek()
/linux-4.4.14/mm/
Dshmem.c1774 if (whence == SEEK_DATA) in shmem_seek_hole_data()
1792 (page && whence == SEEK_DATA) || in shmem_seek_hole_data()
1813 if (whence != SEEK_DATA && whence != SEEK_HOLE) in shmem_file_llseek()
1831 else if (whence == SEEK_DATA) in shmem_file_llseek()
/linux-4.4.14/Documentation/filesystems/
Dporting414 SEEK_DATA. You can hanle this by returning -EINVAL, but it would be nicer to
417 offset is less than i_size and SEEK_DATA is specified, return the same offset.
/linux-4.4.14/fs/btrfs/
Dfile.c2870 else if (whence == SEEK_DATA && in find_desired_extent()
2882 if (whence == SEEK_DATA && start >= inode->i_size) in find_desired_extent()
2903 case SEEK_DATA: in btrfs_file_llseek()
/linux-4.4.14/fs/gfs2/
Dfile.c64 case SEEK_DATA: in gfs2_llseek()
/linux-4.4.14/kernel/printk/
Dprintk.c748 case SEEK_DATA: in devkmsg_llseek()
/linux-4.4.14/fs/nfsd/
Dnfs4proc.c1069 whence = SEEK_DATA; in nfsd4_seek()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c610 #ifdef SEEK_DATA
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2517 if (origin == SEEK_END || origin == SEEK_HOLE || origin == SEEK_DATA) { in ll_file_seek()