Searched refs:fuse_fs (Results 1 – 4 of 4) sorted by relevance
/external/libfuse/include/ |
D | fuse.h | 1114 struct fuse_fs; 1125 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf, 1127 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath, 1129 int fuse_fs_unlink(struct fuse_fs *fs, const char *path); 1130 int fuse_fs_rmdir(struct fuse_fs *fs, const char *path); 1131 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, 1133 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath); 1134 int fuse_fs_release(struct fuse_fs *fs, const char *path, 1136 int fuse_fs_open(struct fuse_fs *fs, const char *path, 1138 int fuse_fs_read(struct fuse_fs *fs, const char *path, char *buf, size_t size, [all …]
|
/external/libfuse/lib/ |
D | fuse.c | 60 struct fuse_fs { struct 125 struct fuse_fs *fs; 1629 int fuse_fs_getattr(struct fuse_fs *fs, const char *path, struct stat *buf, in fuse_fs_getattr() 1646 int fuse_fs_rename(struct fuse_fs *fs, const char *oldpath, in fuse_fs_rename() 1661 int fuse_fs_unlink(struct fuse_fs *fs, const char *path) in fuse_fs_unlink() 1674 int fuse_fs_rmdir(struct fuse_fs *fs, const char *path) in fuse_fs_rmdir() 1687 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() 1700 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath) in fuse_fs_link() 1713 int fuse_fs_release(struct fuse_fs *fs, const char *path, in fuse_fs_release() 1729 int fuse_fs_opendir(struct fuse_fs *fs, const char *path, in fuse_fs_opendir() [all …]
|
/external/libfuse/lib/modules/ |
D | subdir.c | 22 struct fuse_fs *next; 642 static struct fuse_fs *subdir_new(struct fuse_args *args, in subdir_new() 643 struct fuse_fs *next[]) in subdir_new() 645 struct fuse_fs *fs; in subdir_new()
|
D | iconv.c | 23 struct fuse_fs *next; 665 static struct fuse_fs *iconv_new(struct fuse_args *args, in iconv_new() 666 struct fuse_fs *next[]) in iconv_new() 668 struct fuse_fs *fs; in iconv_new()
|