Searched refs:vfs_llseek (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/fs/cachefiles/ |
| H A D | io.c | 108 off2 = vfs_llseek(file, off, SEEK_DATA); in cachefiles_read() 223 off = vfs_llseek(file, start, SEEK_DATA); in cachefiles_query_occupancy() 233 off2 = vfs_llseek(file, off, SEEK_HOLE); in cachefiles_query_occupancy() 429 off = vfs_llseek(file, start, SEEK_DATA); in cachefiles_do_prepare_read() 456 to = vfs_llseek(file, start, SEEK_HOLE); in cachefiles_do_prepare_read() 553 pos = vfs_llseek(file, start, SEEK_DATA); in __cachefiles_prepare_write() 574 pos = vfs_llseek(file, start, SEEK_HOLE); in __cachefiles_prepare_write()
|
| H A D | ondemand.c | 112 ret = vfs_llseek(file, pos, whence); in cachefiles_ondemand_fd_llseek()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | xfile.c | 235 ret = vfs_llseek(xf->file, pos, SEEK_DATA); in xfile_seek_data()
|
| /linux-6.15/fs/ |
| H A D | read_write.c | 383 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek() function 389 EXPORT_SYMBOL(vfs_llseek); 400 loff_t res = vfs_llseek(fd_file(f), offset, whence); in ksys_lseek() 436 offset = vfs_llseek(fd_file(f), ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
|
| H A D | coredump.c | 824 vfs_llseek(file, nr, SEEK_CUR) < 0) in __dump_skip()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | file.c | 339 return vfs_llseek(ecryptfs_file_to_lower(file), offset, whence); in ecryptfs_dir_llseek()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | file.c | 277 ret = vfs_llseek(realfile, offset, whence); in ovl_llseek()
|
| H A D | copy_up.c | 332 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_file()
|
| H A D | readdir.c | 825 res = vfs_llseek(od->realfile, offset, origin); in ovl_dir_llseek()
|
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 1019 extent_start = vfs_llseek(f, start, SEEK_DATA); in ksmbd_vfs_fqar_lseek() 1029 extent_end = vfs_llseek(f, extent_start, SEEK_HOLE); in ksmbd_vfs_fqar_lseek()
|
| /linux-6.15/fs/nfsd/ |
| H A D | vfs.c | 2169 offset = vfs_llseek(file, 0, SEEK_CUR); in nfsd_buffered_readdir() 2217 offset = vfs_llseek(file, offset, SEEK_SET); in nfsd_readdir()
|
| H A D | nfs4recover.c | 307 status = vfs_llseek(nn->rec_file, 0, SEEK_SET); in nfsd4_list_rec_dir()
|
| H A D | nfs4proc.c | 2187 seek->seek_pos = vfs_llseek(nf->nf_file, seek->seek_offset, whence); in nfsd4_seek()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3221 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence);
|