blob: 235326206baa2a86cafe07370fe53ad87ecab583 [file] [log] [blame]
struct mount_opts {
const char str[8];
unsigned long rwmask;
unsigned long rwset;
unsigned long rwnoset;
};
struct extra_opts {
char *str;
char *end;
int used_size;
int alloc_size;
};
/*
* These options define the function of "mount(2)".
*/
#define MS_TYPE (MS_REMOUNT|MS_BIND|MS_MOVE)
unsigned long
parse_mount_options(char *arg, unsigned long rwflag, struct extra_opts *extra);