Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A DMakefile11 GTESTS+= allow_other
H A Dmockfs.hh364 MockFS(int max_read, int max_readahead, bool allow_other,
H A Dmockfs.cc419 MockFS::MockFS(int max_read, int max_readahead, bool allow_other, in MockFS() argument
481 if (allow_other) { in MockFS()
/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c334 FUSE_FLAGOPT(allow_other, FSESS_DAEMON_CAN_SPY); in fuse_vfsop_mount()