Searched refs:mtpt (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | ismounted.c | 81 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() argument 146 if (mtpt) in check_mntent_file() 147 strncpy(mtpt, "/", mtlen); in check_mntent_file() 188 if (mtpt) in check_mntent_file() 189 strncpy(mtpt, mnt->mnt_dir, mtlen); in check_mntent_file() 215 char *mtpt, int mtlen) in check_mntent() argument 221 mtpt, mtlen); in check_mntent() 227 mtpt, mtlen); in check_mntent() 235 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen); in check_mntent() 247 char *mtpt, int mtlen) in check_getmntinfo() argument [all …]
|
D | ext2fs.h | 1323 char *mtpt, int mtlen);
|
/external/e2fsprogs/misc/ |
D | blkid.c | 136 const char *label, const char *mtpt, in pretty_print_line() argument 163 len = pretty_print_word(mtpt, mtpt_len, len, 0); in pretty_print_line() 174 char mtpt[80]; in pretty_print_dev() local 203 mtpt[0] = 0; in pretty_print_dev() 205 mtpt, sizeof(mtpt)); in pretty_print_dev() 208 if (!mtpt[0]) in pretty_print_dev() 209 strcpy(mtpt, "(mounted, mtpt unknown)"); in pretty_print_dev() 211 strcpy(mtpt, "(in use)"); in pretty_print_dev() 213 strcpy(mtpt, "(not mounted)"); in pretty_print_dev() 216 pretty_print_line(devname, fs_type, label, mtpt, uuid); in pretty_print_dev()
|
/external/e2fsprogs/resize/ |
D | main.c | 185 char *mtpt; in main() local 251 mtpt = malloc(len); in main() 252 if (!mtpt) in main() 254 mtpt[len-1] = 0; in main() 256 mtpt, len); in main() 263 if (!(mount_flags & EXT2_MF_MOUNTED) || (mtpt[len-1] == 0)) in main() 265 free(mtpt); in main() 444 retval = online_resize_fs(fs, mtpt, &new_size, flags); in main() 462 free(mtpt); in main()
|
D | online.c | 50 errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt, in online_resize_fs() argument 79 "on-line resizing required\n"), fs->device_name, mtpt); in online_resize_fs() 128 fd = open(mtpt, O_RDONLY); in online_resize_fs() 131 _("while trying to open mountpoint %s"), mtpt); in online_resize_fs() 290 "not supported on this system.\n"), fs->device_name, mtpt); in online_resize_fs()
|
D | resize2fs.h | 167 extern errcode_t online_resize_fs(ext2_filsys fs, const char *mtpt,
|