• Home
  • Raw
  • Download

Lines Matching refs:loff_t

93 	loff_t			pos,	/* offset in file		*/  in xfs_iozero()
138 loff_t start, in xfs_dir_fsync()
139 loff_t end, in xfs_dir_fsync()
161 loff_t start, in xfs_file_fsync()
162 loff_t end, in xfs_file_fsync()
233 loff_t pos) in xfs_file_aio_read()
319 loff_t *ppos, in xfs_file_splice_read()
360 loff_t *ppos, in xfs_file_splice_write()
544 loff_t *pos, in xfs_file_aio_write_checks()
626 loff_t pos, in xfs_file_dio_aio_write()
711 loff_t pos, in xfs_file_buffered_aio_write()
759 loff_t pos) in xfs_file_aio_write()
809 loff_t offset, in xfs_file_fallocate()
810 loff_t len) in xfs_file_fallocate()
814 loff_t new_size = 0; in xfs_file_fallocate()
930 bufsize = (size_t)min_t(loff_t, 32768, ip->i_d.di_size); in xfs_file_readdir()
983 loff_t *offset, in xfs_lookup_buffer_offset()
986 loff_t lastoff = page_offset(page); in xfs_lookup_buffer_offset()
1038 loff_t *offset) in xfs_find_get_desired_pgoff()
1045 loff_t endoff; in xfs_find_get_desired_pgoff()
1046 loff_t startoff = *offset; in xfs_find_get_desired_pgoff()
1047 loff_t lastoff = startoff; in xfs_find_get_desired_pgoff()
1100 loff_t b_offset; in xfs_find_get_desired_pgoff()
1145 *offset = max_t(loff_t, startoff, b_offset); in xfs_find_get_desired_pgoff()
1182 STATIC loff_t
1185 loff_t start) in xfs_seek_data()
1190 loff_t uninitialized_var(offset); in xfs_seek_data()
1228 offset = max_t(loff_t, start, in xfs_seek_data()
1284 STATIC loff_t
1287 loff_t start) in xfs_seek_hole()
1292 loff_t uninitialized_var(offset); in xfs_seek_hole()
1330 offset = max_t(loff_t, start, in xfs_seek_hole()
1381 offset = min_t(loff_t, offset, isize); in xfs_seek_hole()
1393 STATIC loff_t
1396 loff_t offset, in xfs_file_llseek()