Searched defs:mntopt (Results 1 – 2 of 2) sorted by relevance
37 struct mntopt { struct38 const char *m_option; /* option name */39 int m_inverse; /* if a negative option, e.g. "dev" */40 int m_flag; /* bit to set, e.g. MNT_RDONLY */41 int m_altloc; /* 1 => set bit in altflags */
38 struct mntopt { struct39 const char *m_option; /* option name */40 int m_inverse; /* if a negative option, e.g. "dev" */41 int m_flag; /* bit to set, e.g. MNT_RDONLY */42 int m_altloc; /* 1 => set bit in altflags */