Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_vfsops.c254 if (mntopts & FSESS_DAEMON_CAN_SPY) in fuse_vfs_remount()
334 FUSE_FLAGOPT(allow_other, FSESS_DAEMON_CAN_SPY); in fuse_vfsop_mount()
401 if (mntopts & FSESS_DAEMON_CAN_SPY) in fuse_vfsop_mount()
H A Dfuse_ipc.h226 #define FSESS_DAEMON_CAN_SPY 0x0010 /* let non-owners access this fs */ macro
244 FSESS_DAEMON_CAN_SPY | FSESS_PUSH_SYMLINKS_IN | \
H A Dfuse_internal.c196 if (!(dataflags & FSESS_DAEMON_CAN_SPY)) { in fuse_internal_access()