Searched refs:parse_mount_options (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/devpts/
H A Dinode.c94 * parse_mount_options():
102 static int parse_mount_options(char *data, int op, struct pts_mount_opts *opts) function
236 err = parse_mount_options(data, PARSE_REMOUNT, opts);
239 * parse_mount_options() restores options to default values
367 error = parse_mount_options(data, PARSE_MOUNT, &opts);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c157 static int parse_mount_options(char *options, char **unrecognized) function
1377 vfsflags = parse_mount_options(mp->mnt_opts, &filteropts);
1414 parse_mount_options(ip, &filteropts);
1609 i = parse_mount_options(cmdopts, 0);
1658 if (!(parse_mount_options(mtcur->mnt_opts, 0) & MOUNT_USERS))
1698 if (parse_mount_options(mtcur->mnt_opts, 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c1828 static char *parse_mount_options(const char *orig_opts) function
2372 parsed_options = parse_mount_options(opts.options);

Completed in 129 milliseconds