Lines Matching full:fuse
2 * Present a block device as a raw image through FUSE
26 #include "block/fuse.h"
33 #include <fuse.h>
123 BlockExportOptionsFuse *args = &blk_exp_args->u.fuse; in fuse_export_create()
145 * the FUSE fd handler. Do not queue BlockBackend requests, they need to in fuse_export_create()
167 error_setg(errp, "There already is a FUSE export on '%s'", in fuse_export_create()
257 error_setg(errp, "Failed to set up FUSE session"); in setup_fuse_export()
264 error_setg(errp, "Failed to mount FUSE session to export"); in setup_fuse_export()
285 * Callback to be invoked when the FUSE session FD can be read from.
286 * (This is basically the FUSE event loop.)
549 /* Ignore FUSE-supplied file type, only change the mode */ in fuse_setattr()