Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dsuper.c613 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
615 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1189 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1190 c->bulk_read = 1; in ubifs_parse_options()
1193 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1194 c->bulk_read = 0; in ubifs_parse_options()
1283 ubifs_assert(c->bulk_read == 1); in bu_init()
1299 c->mount_opts.bulk_read = 1; in bu_init()
1300 c->bulk_read = 0; in bu_init()
1403 if (c->bulk_read == 1) in mount_ubifs()
[all …]
Dubifs.h1006 unsigned int bulk_read:1; member
1544 unsigned int bulk_read:2; member
1873 unsigned int bulk_read:1; member