Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c325 #define OP_NOTROOT 0x1000 /* Mark the the mount path is not a fs root */ macro
1743 opt_flags |= OP_NOTROOT; in get_exportlist_one()
1813 if ((opt_flags & OP_NOTROOT) != 0 && warn_admin != 0 && in get_exportlist_one()
2932 if ((opt_flags & OP_NOTROOT) != 0) { in do_opt()