Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dntfs.h100 extern const option_t on_errors_arr[];
Dinode.c2346 for (i = 0; on_errors_arr[i].val; i++) { in ntfs_show_options()
2347 if (on_errors_arr[i].val & vol->on_errors) in ntfs_show_options()
2348 seq_printf(sf, ",errors=%s", on_errors_arr[i].str); in ntfs_show_options()
Dsuper.c66 const option_t on_errors_arr[] = { variable
204 on_errors_arr) in parse_options()