Searched refs:vfs_llseek (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | io.c | 81 off2 = vfs_llseek(file, off, SEEK_DATA); in cachefiles_read() 293 off = vfs_llseek(file, subreq->start, SEEK_DATA); in cachefiles_prepare_read() 309 to = vfs_llseek(file, subreq->start, SEEK_HOLE); in cachefiles_prepare_read()
|
/Linux-v5.15/fs/ecryptfs/ |
D | file.c | 320 return vfs_llseek(ecryptfs_file_to_lower(file), offset, whence); in ecryptfs_dir_llseek()
|
/Linux-v5.15/fs/ |
D | read_write.c | 291 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek() function 302 EXPORT_SYMBOL(vfs_llseek); 313 loff_t res = vfs_llseek(f.file, offset, whence); in ksys_lseek() 351 offset = vfs_llseek(f.file, ((loff_t) offset_high << 32) | offset_low, in SYSCALL_DEFINE5()
|
/Linux-v5.15/drivers/staging/android/ |
D | ashmem.c | 348 ret = vfs_llseek(asma->file, offset, origin); in ashmem_llseek()
|
/Linux-v5.15/fs/overlayfs/ |
D | file.c | 206 ret = vfs_llseek(real.file, offset, whence); in ovl_llseek()
|
D | copy_up.c | 239 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_data()
|
D | readdir.c | 806 res = vfs_llseek(od->realfile, offset, origin); in ovl_dir_llseek()
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 2017 offset = vfs_llseek(file, 0, SEEK_CUR); in nfsd_buffered_readdir() 2050 offset = vfs_llseek(file, offset, SEEK_SET); in nfsd_readdir()
|
D | nfs4xdr.c | 4754 hole_pos = pos ? *pos : vfs_llseek(file, read->rd_offset, SEEK_HOLE); in nfsd4_encode_read_plus_data() 4793 loff_t data_pos = vfs_llseek(file, read->rd_offset, SEEK_DATA); in nfsd4_encode_read_plus_hole() 4853 pos = vfs_llseek(file, read->rd_offset, SEEK_HOLE); in nfsd4_encode_read_plus()
|
D | nfs4recover.c | 304 status = vfs_llseek(nn->rec_file, 0, SEEK_SET); in nfsd4_list_rec_dir()
|
D | nfs4proc.c | 1884 seek->seek_pos = vfs_llseek(nf->nf_file, seek->seek_offset, whence); in nfsd4_seek()
|
/Linux-v5.15/include/linux/ |
D | fs.h | 3108 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence);
|