Searched refs:fuse_fs_opendir (Results 1 - 6 of 6) sorted by relevance
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse.h | 560 * exception of fuse_fs_open, fuse_fs_release, fuse_fs_opendir, 587 int fuse_fs_opendir(struct fuse_fs *fs, const char *path,
|
/third_party/libfuse/include/ |
H A D | fuse.h | 1180 * exception of fuse_fs_open, fuse_fs_release, fuse_fs_opendir, 1212 int fuse_fs_opendir(struct fuse_fs *fs, const char *path,
|
/third_party/libfuse/lib/modules/ |
H A D | subdir.c | 162 err = fuse_fs_opendir(d->next, newpath, fi); in subdir_opendir()
|
H A D | iconv.c | 155 err = fuse_fs_opendir(ic->next, newpath, fi); in iconv_opendir()
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 787 int fuse_fs_opendir(struct fuse_fs *fs, const char *path, in fuse_fs_opendir() function 2075 err = fuse_fs_opendir(f->fs, path, &fi); in fuse_lib_opendir()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 1680 int fuse_fs_opendir(struct fuse_fs *fs, const char *path, in fuse_fs_opendir() function 3374 err = fuse_fs_opendir(f->fs, path, &fi); in fuse_lib_opendir()
|
Completed in 18 milliseconds