Searched refs:SEEK_DATA (Results 1 – 20 of 20) sorted by relevance
166 #ifndef SEEK_DATA167 #define SEEK_DATA 3 /* seek to the next data */ macro
358 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()416 if (whence == SEEK_DATA) in ext4_find_unwritten_pgoff()511 unwritten = ext4_find_unwritten_pgoff(inode, SEEK_DATA, in ext4_seek_data()626 case SEEK_DATA: in ext4_llseek()
34 #define SEEK_DATA 3 /* seek to the next data */ macro
284 if (whence != SEEK_DATA) in __get_first_dirty_index()300 case SEEK_DATA: in __found_offset()347 if (whence == SEEK_DATA) { in f2fs_seek_block()373 if (whence == SEEK_DATA) in f2fs_seek_block()396 case SEEK_DATA: in f2fs_llseek()
137 case SEEK_DATA: in nfs4_file_llseek()
1355 if (whence == SEEK_DATA && in xfs_seek_hole_data()1390 ASSERT(whence == SEEK_DATA); in xfs_seek_hole_data()1408 ASSERT(whence == SEEK_DATA); in xfs_seek_hole_data()1445 case SEEK_DATA: in xfs_file_llseek()
33 if (whence == SEEK_DATA || whence == SEEK_HOLE) in hpfs_dir_lseek()
55 SEEK_DATA, 0
844 BUG_ON(whence != SEEK_DATA && whence != SEEK_HOLE); in ocfs2_seek_data_hole_offset()890 (is_data && whence == SEEK_DATA)) { in ocfs2_seek_data_hole_offset()
2581 case SEEK_DATA: in ocfs2_file_llseek()
110 case SEEK_DATA: in generic_file_llseek_size()213 case SEEK_DATA: in default_llseek()
1076 if (whence == SEEK_END || whence == SEEK_DATA || whence == SEEK_HOLE) { in ceph_llseek()1101 case SEEK_DATA: in ceph_llseek()
1758 if (whence == SEEK_DATA) in shmem_seek_hole_data()1776 (page && whence == SEEK_DATA) || in shmem_seek_hole_data()1797 if (whence != SEEK_DATA && whence != SEEK_HOLE) in shmem_file_llseek()1815 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.
2757 else if (whence == SEEK_DATA && in find_desired_extent()2769 if (whence == SEEK_DATA && start >= inode->i_size) in find_desired_extent()2790 case SEEK_DATA: in btrfs_file_llseek()
64 case SEEK_DATA: in gfs2_llseek()
708 case SEEK_DATA: in devkmsg_llseek()
1080 whence = SEEK_DATA; in nfsd4_seek()
556 #ifdef SEEK_DATA
2538 if (origin == SEEK_END || origin == SEEK_HOLE || origin == SEEK_DATA) { in ll_file_seek()