Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Dsuper.c617 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
619 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1193 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1194 c->bulk_read = 1; in ubifs_parse_options()
1197 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1198 c->bulk_read = 0; in ubifs_parse_options()
1287 ubifs_assert(c->bulk_read == 1); in bu_init()
1303 c->mount_opts.bulk_read = 1; in bu_init()
1304 c->bulk_read = 0; in bu_init()
1407 if (c->bulk_read == 1) in mount_ubifs()
[all …]
A Dubifs.h1006 unsigned int bulk_read:1; member
1544 unsigned int bulk_read:2; member
1873 unsigned int bulk_read:1; member

Completed in 15 milliseconds