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

  /external/e2fsprogs/resize/
online.c 21 errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
35 "on-line resizing required\n"), fs->device_name, mtpt); local
62 fd = open(mtpt, O_RDONLY);
65 _("while trying to open mountpoint %s"), mtpt);
164 "not supported on this system.\n"), fs->device_name, mtpt);
main.c 170 char *mtpt; local
229 mtpt = malloc(len);
230 if (!mtpt)
232 mtpt[len-1] = 0;
234 mtpt, len);
241 if (!(mount_flags & EXT2_MF_MOUNTED) || (mtpt[len-1] == 0))
243 free(mtpt);
389 retval = online_resize_fs(fs, mtpt, &new_size, flags);

Completed in 660 milliseconds