Searched refs:SEEK_DATA (Results 1 – 19 of 19) sorted by relevance
467 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()
34 #define SEEK_DATA 3 /* seek to the next data */ macro
1393 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()
296 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()
169 case SEEK_DATA: in nfs4_file_llseek()
33 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
846 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()
2566 case SEEK_DATA: in ocfs2_file_llseek()
55 SEEK_DATA, 0
110 case SEEK_DATA: in generic_file_llseek_size()213 case SEEK_DATA: in default_llseek()
1167 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()1192 case SEEK_DATA: in ceph_llseek()
1774 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()
414 SEEK_DATA. You can hanle this by returning -EINVAL, but it would be nicer to417 offset is less than i_size and SEEK_DATA is specified, return the same offset.
2870 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()
64 case SEEK_DATA: in gfs2_llseek()
748 case SEEK_DATA: in devkmsg_llseek()
1069 whence = SEEK_DATA; in nfsd4_seek()
610 #ifdef SEEK_DATA
2517 if (origin == SEEK_END || origin == SEEK_HOLE || origin == SEEK_DATA) { in ll_file_seek()