Home
last modified time | relevance | path

Searched refs:ext_mount_opts (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/misc/
Dtune2fs.c98 static char *ext_mount_opts; variable
2198 ext_mount_opts = strdup(arg); in parse_extended_opts()
3368 if (ext_mount_opts) { in main()
3369 strncpy((char *)(fs->super->s_mount_opts), ext_mount_opts, in main()
3374 ext_mount_opts); in main()
3375 free(ext_mount_opts); in main()