Searched defs:mntopt (Results 1 – 3 of 3) sorted by relevance
38 struct mntopt { struct39 const char *m_option; /* option name */40 int m_inverse; /* if a negative option, eg "dev" */41 int m_flag; /* bit to set, eg. MNT_RDONLY */42 int m_altloc; /* 1 => set bit in altflags */
66 typedef struct mntopt { struct72 } mntopt_t; argument
51 mntopt(char **p) in mntopt() function