Home
last modified time | relevance | path

Searched refs:allow_other (Results 1 – 2 of 2) sorted by relevance

/qemu/block/export/
H A Dfuse.c60 bool allow_other; member
76 bool allow_other, Error **errp);
184 args->allow_other = FUSE_EXPORT_ALLOW_OTHER_AUTO; in fuse_export_create()
194 if (args->allow_other == FUSE_EXPORT_ALLOW_OTHER_AUTO) { in fuse_export_create()
197 exp->allow_other = ret == 0; in fuse_export_create()
202 exp->allow_other = args->allow_other == FUSE_EXPORT_ALLOW_OTHER_ON; in fuse_export_create()
203 ret = setup_fuse_export(exp, args->mountpoint, exp->allow_other, errp); in fuse_export_create()
232 bool allow_other, Error **errp) in setup_fuse_export() argument
245 allow_other ? ",allow_other" : ""); in setup_fuse_export()
504 if (exp->allow_other) { in fuse_setattr()
[all …]
/qemu/qapi/
H A Dblock-export.json146 # Possible allow_other modes for FUSE exports.
148 # @off: Do not pass allow_other as a mount option.
150 # @on: Pass allow_other as a mount option.
152 # @auto: Try mounting with allow_other first, and if that fails, retry
153 # without allow_other.
176 # allow_other as a non-root user requires user_allow_other to be
179 # mount the export with allow_other, and if that fails, try again