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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/scripts/mount/
H A Dmount.smbfs49 parse_mount_options () { function
101 arg="$(parse_mount_options "$arg")"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/examples/scripts/mount/
H A Dmount.smbfs49 parse_mount_options () { function
101 arg="$(parse_mount_options "$arg")"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/examples/scripts/mount/
H A Dmount.smbfs49 parse_mount_options () { function
101 arg="$(parse_mount_options "$arg")"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dmount.c336 static long parse_mount_options(char *options, char **unrecognized) function
1597 vfsflags = parse_mount_options(mp->mnt_opts, &filteropts);
1659 parse_mount_options(ip, &filteropts);
1891 i = parse_mount_options(cmdopts, NULL); // FIXME: should be "long", not "int"
1963 if ((parse_mount_options(mtcur->mnt_opts, NULL) & (MOUNT_NOAUTO | MOUNT_SWAP))
1964 // swap is bogus "fstype", parse_mount_options can't check fstypes
2024 l = parse_mount_options(mtcur->mnt_opts, NULL);
2026 // swap is bogus "fstype", parse_mount_options can't check fstypes
2034 l = parse_mount_options(mtcur->mnt_opts, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dmount.c336 static long parse_mount_options(char *options, char **unrecognized) function
1597 vfsflags = parse_mount_options(mp->mnt_opts, &filteropts);
1659 parse_mount_options(ip, &filteropts);
1891 i = parse_mount_options(cmdopts, NULL); // FIXME: should be "long", not "int"
1963 if ((parse_mount_options(mtcur->mnt_opts, NULL) & (MOUNT_NOAUTO | MOUNT_SWAP))
1964 // swap is bogus "fstype", parse_mount_options can't check fstypes
2024 l = parse_mount_options(mtcur->mnt_opts, NULL);
2026 // swap is bogus "fstype", parse_mount_options can't check fstypes
2034 l = parse_mount_options(mtcur->mnt_opts, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dmount.c336 static long parse_mount_options(char *options, char **unrecognized) function
1597 vfsflags = parse_mount_options(mp->mnt_opts, &filteropts);
1659 parse_mount_options(ip, &filteropts);
1891 i = parse_mount_options(cmdopts, NULL); // FIXME: should be "long", not "int"
1963 if ((parse_mount_options(mtcur->mnt_opts, NULL) & (MOUNT_NOAUTO | MOUNT_SWAP))
1964 // swap is bogus "fstype", parse_mount_options can't check fstypes
2024 l = parse_mount_options(mtcur->mnt_opts, NULL);
2026 // swap is bogus "fstype", parse_mount_options can't check fstypes
2034 l = parse_mount_options(mtcur->mnt_opts, NULL);

Completed in 196 milliseconds