Searched defs:mtpt (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c81 int *mount_flags, char *mtpt, int mtlen)
146 if (mtpt)
147 strncpy(mtpt, "/", mtlen);
188 if (mtpt)
189 strncpy(mtpt, mnt->mnt_dir, mtlen);
215 char *mtpt, int mtlen)
221 mtpt, mtlen);
227 mtpt, mtlen);
235 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);
247 char *mtpt, in
80 check_mntent_file(const char *mtab_file, const char *file, int *mount_flags, char *mtpt, int mtlen) argument
214 check_mntent(const char *file, int *mount_flags, char *mtpt, int mtlen) argument
246 check_getmntinfo(const char *file, int *mount_flags, char *mtpt, int mtlen) argument
349 ext2fs_check_mount_point(const char *device, int *mount_flags, char *mtpt, int mtlen) argument
[all...]
/external/e2fsprogs/resize/
H A Donline.c50 errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt, argument
79 "on-line resizing required\n"), fs->device_name, mtpt); local
128 fd = open(mtpt, O_RDONLY);
131 _("while trying to open mountpoint %s"), mtpt);
290 "not supported on this system.\n"), fs->device_name, mtpt);
H A Dmain.c185 char *mtpt; local
251 mtpt = malloc(len);
252 if (!mtpt)
254 mtpt[len-1] = 0;
256 mtpt, len);
263 if (!(mount_flags & EXT2_MF_MOUNTED) || (mtpt[len-1] == 0))
265 free(mtpt);
444 retval = online_resize_fs(fs, mtpt, &new_size, flags);
462 free(mtpt);
/external/e2fsprogs/misc/
H A Dblkid.c136 const char *label, const char *mtpt,
163 len = pretty_print_word(mtpt, mtpt_len, len, 0);
174 char mtpt[80]; local
203 mtpt[0] = 0;
205 mtpt, sizeof(mtpt));
208 if (!mtpt[0])
209 strcpy(mtpt, "(mounted, mtpt unknown)");
211 strcpy(mtpt, "(i
135 pretty_print_line(const char *device, const char *fs_type, const char *label, const char *mtpt, const char *uuid) argument
[all...]

Completed in 80 milliseconds