Searched defs:mntopt (Results 1 – 5 of 5) sorted by relevance
32 struct mntopt { struct33 const char *m_option; /* option name */34 int m_inverse; /* if a negative option, e.g. "atime" */35 long long m_flag; /* bit to set, e.g. MNT_RDONLY */36 int m_altloc; /* 1 => set bit in altflags */
66 typedef struct mntopt { struct72 } mntopt_t; argument
63 typedef struct mntopt { struct69 } mntopt_t; argument
45 mntopt(char **p) in mntopt() function
147 parse_option(char *mntopt, unsigned long *mntflags, in parse_option()