Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dinode.c2353 for (i = 0; on_errors_arr[i].val; i++) { in ntfs_show_options()
2354 if (on_errors_arr[i].val == vol->on_errors) in ntfs_show_options()
2355 seq_printf(sf, ",errors=%s", on_errors_arr[i].str); in ntfs_show_options()
H A Dsuper.c296 const struct option_t on_errors_arr[] = { variable