Searched refs:fuse_fs_lseek (Results 1 - 4 of 4) sorted by relevance
/third_party/libfuse/include/ |
H A D | fuse.h | 1270 off_t fuse_fs_lseek(struct fuse_fs *fs, const char *path, off_t off, int whence,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 550 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi); in subdir_lseek()
|
H A D | iconv.c | 565 res = fuse_fs_lseek(ic->next, newpath, off, whence, fi); in iconv_lseek()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 2338 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