Searched refs:ext_mount_opts (Results 1 – 1 of 1) sorted by relevance
98 static char *ext_mount_opts; variable2198 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()