Home
last modified time | relevance | path

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

/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c493 #define ADD_OPTION(opt, name) \ in _sbuf_mntoptions_helper() macro
495 ADD_OPTION(MNT_SYNCHRONOUS, "sync"); in _sbuf_mntoptions_helper()
496 ADD_OPTION(MNT_NOEXEC, "noexec"); in _sbuf_mntoptions_helper()
497 ADD_OPTION(MNT_NOSUID, "nosuid"); in _sbuf_mntoptions_helper()
498 ADD_OPTION(MNT_UNION, "union"); in _sbuf_mntoptions_helper()
499 ADD_OPTION(MNT_ASYNC, "async"); in _sbuf_mntoptions_helper()
500 ADD_OPTION(MNT_SUIDDIR, "suiddir"); in _sbuf_mntoptions_helper()
501 ADD_OPTION(MNT_NOSYMFOLLOW, "nosymfollow"); in _sbuf_mntoptions_helper()
502 ADD_OPTION(MNT_NOATIME, "noatime"); in _sbuf_mntoptions_helper()
503 #undef ADD_OPTION in _sbuf_mntoptions_helper()