Searched refs:filesystem_name (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/e2fsck/ |
D | unix.c | 207 retval = ext2fs_check_if_mounted(ctx->filesystem_name, in check_mount() 212 ctx->filesystem_name); in check_mount() 229 printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name); in check_mount() 233 printf(_("%s is mounted. "), ctx->filesystem_name); in check_mount() 842 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS() 843 if (!ctx->filesystem_name) { in PRS() 857 fd = open(ctx->filesystem_name, O_RDONLY, 0); in PRS() 861 ctx->filesystem_name); in PRS() 867 ctx->filesystem_name); in PRS() 942 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, in try_open_fs() [all …]
|
D | e2fsck.c | 183 if (ctx->filesystem_name) in e2fsck_free_context() 184 ext2fs_free_mem(&ctx->filesystem_name); in e2fsck_free_context()
|
D | e2fsck.h | 209 char *filesystem_name; member
|
D | journal.c | 888 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW, in e2fsck_run_ext3_journal() 980 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags); in e2fsck_move_ext3_journal()
|
D | problem.c | 1814 ctx->device_name : ctx->filesystem_name); in fix_problem()
|