Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dntfs.h86 extern const option_t on_errors_arr[];
Dinode.c2324 for (i = 0; on_errors_arr[i].val; i++) { in ntfs_show_options()
2325 if (on_errors_arr[i].val & vol->on_errors) in ntfs_show_options()
2326 seq_printf(sf, ",errors=%s", on_errors_arr[i].str); in ntfs_show_options()
Dsuper.c52 const option_t on_errors_arr[] = { variable
190 on_errors_arr) in parse_options()