Searched defs:mntpnt (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A De2initrd_helper.c238 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
245 mntpnt = parse_word(&cp);
254 if (!mntpnt || !type)
258 parse_escape(mntpnt);
272 fs->mountpt = string_copy(mntpnt);
H A Dfsck.c242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, argument
252 fs->mountpt = string_copy(mntpnt);
273 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
283 mntpnt = parse_word(&cp);
289 if (!mntpnt || !type)
293 parse_escape(mntpnt);
306 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,

Completed in 37 milliseconds