Searched refs:mtpt (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 97 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() argument 163 if (mtpt) in check_mntent_file() 164 strncpy(mtpt, "/", mtlen); in check_mntent_file() 205 if (mtpt) in check_mntent_file() 206 strncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file() 232 char *mtpt, int mtlen) in check_mntent() argument 238 mtpt, mtlen); in check_mntent() 244 mtpt, mtlen); in check_mntent() 252 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent() 264 char *mtpt, int mtlen) in check_getmntinfo() argument [all …]
|
D | ext2fs.h | 1575 char *mtpt, int mtlen);
|
/external/e2fsprogs/misc/ |
D | blkid.c | 147 const char *label, const char *mtpt, in pretty_print_line() argument 175 len = pretty_print_word(mtpt, mtpt_len, len, 0); in pretty_print_line() 186 char mtpt[80]; in pretty_print_dev() local 215 mtpt[0] = 0; in pretty_print_dev() 217 mtpt, sizeof(mtpt)); in pretty_print_dev() 220 if (!mtpt[0]) in pretty_print_dev() 221 strcpy(mtpt, "(mounted, mtpt unknown)"); in pretty_print_dev() 223 strcpy(mtpt, "(in use)"); in pretty_print_dev() 225 strcpy(mtpt, "(not mounted)"); in pretty_print_dev() 228 pretty_print_line(devname, fs_type, label, mtpt, uuid); in pretty_print_dev()
|
/external/e2fsprogs/resize/ |
D | main.c | 271 char *mtpt, *undo_file = NULL; in main() local 346 mtpt = malloc(len); in main() 347 if (!mtpt) in main() 349 mtpt[len-1] = 0; in main() 351 mtpt, len); in main() 358 if (!(mount_flags & EXT2_MF_MOUNTED) || (mtpt[len-1] == 0)) in main() 360 free(mtpt); in main() 615 retval = online_resize_fs(fs, mtpt, &new_size, flags); in main() 630 free(mtpt); in main()
|
D | online.c | 51 errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt, in online_resize_fs() argument 87 "on-line resizing required\n"), fs->device_name, mtpt); in online_resize_fs() 134 fd = open(mtpt, O_RDONLY); in online_resize_fs() 137 _("while trying to open mountpoint %s"), mtpt); in online_resize_fs() 289 "not supported on this system.\n"), fs->device_name, mtpt); in online_resize_fs()
|
D | resize2fs.h | 170 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
|