Searched defs:mntopt (Results 1 – 5 of 5) sorted by relevance
35 struct mntopt { struct36 const char *m_option; /* option name */37 int m_inverse; /* if a negative option, e.g. "atime" */38 long long m_flag; /* bit to set, e.g. MNT_RDONLY */39 int m_altloc; /* 1 => set bit in altflags */
67 typedef struct mntopt { struct73 } mntopt_t; argument
63 typedef struct mntopt { struct69 } mntopt_t; argument
46 mntopt(char **p) in mntopt() function
148 parse_option(char *mntopt, unsigned long *mntflags, in parse_option()