Searched refs:fuse (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_api.h12 #include <fuse.h>
H A Dfuse_main.cpp37 struct fuse* fuseHandle = fuse_new(channel, &args, op, opSize,
104 struct fuse*
127 return error == B_OK ? (struct fuse*)FUSEFileSystem::GetInstance() : NULL;
158 fuse_destroy(struct fuse* f)
165 fuse_loop(struct fuse* f)
173 fuse_loop_mt(struct fuse* f)
197 fuse_exit(struct fuse* f)
212 fuse_invalidate(struct fuse* f, const char* path)
H A DFUSEFileSystem.cpp203 fuseContext->fuse = (struct fuse*)this;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse.h46 struct fuse;
83 * Changed in fuse 2.8.0 (regardless of API version)
86 * See http://fuse.sourceforge.net/wiki/ for more information. There
161 * application specifies O_TRUNC, fuse first calls truncate()
603 /** Pointer to the fuse object */
604 struct fuse *fuse; member in struct:fuse_context
633 * - creates a fuse handle
666 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
680 void fuse_destroy(struct fuse *
[all...]
H A Dfuse_compat.h53 struct fuse *fuse_new_compat25(int fd, struct fuse_args *args,
61 struct fuse *fuse_setup_compat25(int argc, char *argv[],
66 void fuse_teardown_compat22(struct fuse *fuse, int fd, char *mountpoint);
108 struct fuse *fuse_new_compat22(int fd, const char *opts,
112 struct fuse *fuse_setup_compat22(int argc, char *argv[],
154 struct fuse *fuse_new_compat2(int fd, const char *opts,
157 struct fuse *fuse_setup_compat2(int argc, char *argv[],
195 struct fuse *fuse_new_compat1(int fd, int flags,
/haiku/3rdparty/os_probe/
H A D83haiku19 fuse|fuseblk) debug "$partition is a FUSE partition, maybe with BeFS on it." ; mpoint="$mpoint/myfs" ;;
/haiku/src/tools/fs_shell/
H A Dfuse.cpp8 #include <fuse/fuse.h>
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h500 uint16_t fuse : 2; /* fused operation */ member in struct:nvme_cmd

Completed in 56 milliseconds