Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ubifs/
Dsuper.c438 if (c->mount_opts.chk_data_crc == 2) in ubifs_show_options()
440 else if (c->mount_opts.chk_data_crc == 1) in ubifs_show_options()
1024 c->mount_opts.chk_data_crc = 2; in ubifs_parse_options()
1028 c->mount_opts.chk_data_crc = 1; in ubifs_parse_options()
Dubifs.h941 unsigned int chk_data_crc:2; member