Home
last modified time | relevance | path

Searched refs:FSESS_DAEMON_CAN_SPY (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/fs/fuse/
H A Dfuse_vfsops.c257 if (mntopts & FSESS_DAEMON_CAN_SPY) in fuse_vfs_remount()
336 FUSE_FLAGOPT(allow_other, FSESS_DAEMON_CAN_SPY); in fuse_vfsop_mount()
402 if (mntopts & FSESS_DAEMON_CAN_SPY) in fuse_vfsop_mount()
H A Dfuse_ipc.h228 #define FSESS_DAEMON_CAN_SPY 0x0010 /* let non-owners access this fs */ macro
237 FSESS_DAEMON_CAN_SPY | FSESS_PUSH_SYMLINKS_IN | \
H A Dfuse_internal.c200 if (!(dataflags & FSESS_DAEMON_CAN_SPY)) { in fuse_internal_access()