Searched refs:filesystem_name (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | unix.c | 236 retval = ext2fs_check_if_mounted(ctx->filesystem_name, in check_mount() 241 ctx->filesystem_name); in check_mount() 262 ctx->filesystem_name); in check_mount() 265 ctx->filesystem_name); in check_mount() 270 log_out(ctx, _("%s is mounted.\n"), ctx->filesystem_name); in check_mount() 272 log_out(ctx, _("%s is in use.\n"), ctx->filesystem_name); in check_mount() 1022 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0); in PRS() 1023 if (!ctx->filesystem_name) { in PRS() 1091 fd = open(ctx->filesystem_name, O_RDONLY, 0); in PRS() 1095 ctx->filesystem_name); in PRS() [all …]
|
D | logfile.c | 115 cp = strrchr(ctx->filesystem_name, '/'); in expand_percent_expression() 119 cp = ctx->filesystem_name; in expand_percent_expression() 385 context->filesystem_name = "/dev/sda3"; in e2fsck_allocate_context()
|
D | e2fsck.c | 212 if (ctx->filesystem_name) in e2fsck_free_context() 213 ext2fs_free_mem(&ctx->filesystem_name); in e2fsck_free_context()
|
D | e2fsck.h | 259 char *filesystem_name; member
|
D | journal.c | 1691 retval = ext2fs_open(ctx->filesystem_name, ctx->openfs_flags, in e2fsck_run_ext3_journal() 1785 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags); in e2fsck_move_ext3_journal()
|
D | problem.c | 2509 ctx->device_name : ctx->filesystem_name); in fix_problem()
|