Home
last modified time | relevance | path

Searched refs:fuse_fs_lseek (Results 1 - 4 of 4) sorted by relevance

/third_party/libfuse/include/
H A Dfuse.h1270 off_t fuse_fs_lseek(struct fuse_fs *fs, const char *path, off_t off, int whence,
/third_party/libfuse/lib/modules/
H A Dsubdir.c550 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi); in subdir_lseek()
H A Diconv.c565 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi); in iconv_lseek()
/third_party/libfuse/lib/
H A Dfuse.c2338 off_t fuse_fs_lseek(struct fuse_fs *fs, const char *path, off_t off, int whence, in fuse_fs_lseek() function
4370 res = fuse_fs_lseek(f->fs, path, off, whence, fi); in fuse_lib_lseek()

Completed in 12 milliseconds