HomeSort by: relevance | last modified time | path
    Searched defs:fuse_fs (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/librefuse/refuse/
fs.c 52 struct fuse_fs { struct
93 struct fuse_fs*
95 struct fuse_fs* fs;
97 fs = malloc(sizeof(struct fuse_fs));
102 * of struct fuse_fs*. We must clone it now, even though it's
118 clobber_context_user_data(struct fuse_fs* fs) {
124 fuse_fs_getattr_v27(struct fuse_fs *fs, const char *path, struct stat *buf) {
129 fuse_fs_getattr_v30(struct fuse_fs* fs, const char* path,
166 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf,
203 fuse_fs_rename_v27(struct fuse_fs* fs, const char* oldpath, const char* newpath)
    [all...]

Completed in 11 milliseconds