|
Lines 56-61
Link Here
|
| 56 |
#define MOPT_NOCLUSTERR { "clusterr", 1, MNT_NOCLUSTERR, 0 } |
56 |
#define MOPT_NOCLUSTERR { "clusterr", 1, MNT_NOCLUSTERR, 0 } |
| 57 |
#define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 } |
57 |
#define MOPT_NOCLUSTERW { "clusterw", 1, MNT_NOCLUSTERW, 0 } |
| 58 |
#define MOPT_SUIDDIR { "suiddir", 0, MNT_SUIDDIR, 0 } |
58 |
#define MOPT_SUIDDIR { "suiddir", 0, MNT_SUIDDIR, 0 } |
|
|
59 |
#define MOPT_IGNORE { "ignore", 0, MNT_IGNORE, 0 } |
| 59 |
|
60 |
|
| 60 |
/* Control flags. */ |
61 |
/* Control flags. */ |
| 61 |
#define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } |
62 |
#define MOPT_FORCE { "force", 0, MNT_FORCE, 0 } |
|
Lines 85-91
Link Here
|
| 85 |
MOPT_RDONLY, \ |
86 |
MOPT_RDONLY, \ |
| 86 |
MOPT_UNION, \ |
87 |
MOPT_UNION, \ |
| 87 |
MOPT_NOCLUSTERR, \ |
88 |
MOPT_NOCLUSTERR, \ |
| 88 |
MOPT_NOCLUSTERW |
89 |
MOPT_NOCLUSTERW, \ |
|
|
90 |
MOPT_IGNORE |
| 89 |
|
91 |
|
| 90 |
void getmntopts __P((const char *, const struct mntopt *, int *, int *)); |
92 |
void getmntopts __P((const char *, const struct mntopt *, int *, int *)); |
| 91 |
void rmslashes __P((char *, char *)); |
93 |
void rmslashes __P((char *, char *)); |