Home
last modified time | relevance | path

Searched refs:on_errors_arr (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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
190 on_errors_arr) in parse_options()
/kernel/linux/linux-6.6/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()

Completed in 15 milliseconds