Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dntfs.h86 extern const option_t on_errors_arr[];
H A 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()
H A Dsuper.c52 const option_t on_errors_arr[] = { variable
198 on_errors_arr) in parse_options()