Searched refs:filesystem_name (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2140 retval = ext2fs_open(ctx->filesystem_name, EXT2_FLAG_RW,
2223 retval = ext2fs_check_if_mounted(ctx->filesystem_name, &mount_flags);
9692 ctx->device_name : ctx->filesystem_name);
11276 return (ext2fs_get_device_size(ctx->filesystem_name,
12593 retval = ext2fs_check_if_mounted(ctx->filesystem_name,
12597 ctx->filesystem_name);
12611 printf(_("Warning! %s is mounted.\n"), ctx->filesystem_name);
12615 printf(_("%s is mounted. "), ctx->filesystem_name);
13111 ctx->filesystem_name = blkid_get_devname(ctx->blkid, argv[optind], 0);
13112 if (!ctx->filesystem_name) {
[all...]
H A De2fsck.h498 char *filesystem_name; member in struct:e2fsck_struct

Completed in 116 milliseconds