Searched refs:vfs_llseek (Results 1 – 15 of 15) sorted by relevance
/linux/fs/cachefiles/ |
A 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/fs/ |
A 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/fs/ecryptfs/ |
A D | file.c | 320 return vfs_llseek(ecryptfs_file_to_lower(file), offset, whence); in ecryptfs_dir_llseek()
|
/linux/drivers/staging/android/ |
A D | ashmem.c | 348 ret = vfs_llseek(asma->file, offset, origin); in ashmem_llseek()
|
/linux/fs/overlayfs/ |
A D | file.c | 207 ret = vfs_llseek(real.file, offset, whence); in ovl_llseek()
|
A D | copy_up.c | 252 data_pos = vfs_llseek(old_file, old_pos, SEEK_DATA); in ovl_copy_up_data()
|
A D | readdir.c | 806 res = vfs_llseek(od->realfile, offset, origin); in ovl_dir_llseek()
|
/linux/fs/nfsd/ |
A D | vfs.c | 2016 offset = vfs_llseek(file, 0, SEEK_CUR); in nfsd_buffered_readdir() 2049 offset = vfs_llseek(file, offset, SEEK_SET); in nfsd_readdir()
|
A D | nfs4xdr.c | 4751 hole_pos = pos ? *pos : vfs_llseek(file, read->rd_offset, SEEK_HOLE); in nfsd4_encode_read_plus_data() 4790 loff_t data_pos = vfs_llseek(file, read->rd_offset, SEEK_DATA); in nfsd4_encode_read_plus_hole() 4850 pos = vfs_llseek(file, read->rd_offset, SEEK_HOLE); in nfsd4_encode_read_plus()
|
A D | nfs4recover.c | 304 status = vfs_llseek(nn->rec_file, 0, SEEK_SET); in nfsd4_list_rec_dir()
|
A D | nfs4proc.c | 1883 seek->seek_pos = vfs_llseek(nf->nf_file, seek->seek_offset, whence); in nfsd4_seek()
|
/linux/include/linux/ |
A D | fs.h | 3108 extern loff_t vfs_llseek(struct file *file, loff_t offset, int whence);
|
/linux/ |
A D | vmlinux.symvers | 5569 0x00000000 vfs_llseek vmlinux EXPORT_SYMBOL
|
A D | System.map | 8450 ffff800010245274 T vfs_llseek
|
A D | .tmp_System.map | 8450 ffff800010245274 T vfs_llseek
|
Completed in 425 milliseconds