HomeSort by relevance Sort by last modified time
    Searched refs:mntpnt (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2initrd_helper.c 235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
242 mntpnt = parse_word(&cp);
251 if (!mntpnt || !type)
255 parse_escape(mntpnt);
269 fs->mountpt = string_copy(mntpnt);
fsck.c 243 static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
253 fs->mountpt = string_copy(mntpnt);
274 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
284 mntpnt = parse_word(&cp);
290 if (!mntpnt || !type)
294 parse_escape(mntpnt);
307 fs = create_fs_device(device, mntpnt, type ? type : "auto", opts,

Completed in 163 milliseconds