Lines Matching refs:allow_other
60 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()
519 if (!exp->allow_other && in fuse_setattr()