/external/e2fsprogs/lib/ext2fs/ |
openfs.c | 92 errcode_t ext2fs_open2(const char *name, const char *io_options, 127 if (!io_options && cp) { 129 io_options = cp; 142 if (io_options && 143 (retval = io_channel_set_options(fs->io, io_options)))
|
ext2fs.h | [all...] |
/external/e2fsprogs/resize/ |
main.c | 39 static char *device_name, *io_options; variable 241 io_options = strchr(device_name, '?'); 242 if (io_options) 243 *io_options++ = 0; 312 retval = ext2fs_open2(device_name, io_options, io_flags,
|
/external/e2fsprogs/misc/ |
tune2fs.c | 75 char *io_options; variable 822 io_options = strchr(argv[1], '?'); 823 if (io_options) 824 *io_options++ = 0; 1117 io_options = strchr(argv[optind], '?'); 1118 if (io_options) 1119 *io_options++ = 0; [all...] |
/external/e2fsprogs/e2fsck/ |
unix.c | 933 ctx->io_options = strchr(argv[optind], '?'); 934 if (ctx->io_options) 935 *ctx->io_options++ = 0; 1050 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, 1062 ctx->io_options, flags, 1069 retval = ext2fs_open2(ctx->filesystem_name, ctx->io_options, [all...] |
e2fsck.h | 222 char *io_options; member in struct:e2fsck_struct
|
/prebuilts/android-emulator/linux-x86_64/bin/ |
resize2fs | |
tune2fs | |
mkfs.ext4 | |
e2fsck | |
fsck.ext4 | |