Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c614 if (c->mount_opts.bulk_read == 2) in ubifs_show_options()
616 else if (c->mount_opts.bulk_read == 1) in ubifs_show_options()
1190 c->mount_opts.bulk_read = 2; in ubifs_parse_options()
1191 c->bulk_read = 1; in ubifs_parse_options()
1194 c->mount_opts.bulk_read = 1; in ubifs_parse_options()
1195 c->bulk_read = 0; in ubifs_parse_options()
1284 ubifs_assert(c->bulk_read == 1); in bu_init()
1300 c->mount_opts.bulk_read = 1; in bu_init()
1301 c->bulk_read = 0; in bu_init()
1401 if (c->bulk_read == 1) in mount_ubifs()
[all …]
H A Dubifs.h1007 unsigned int bulk_read:1; member
1545 unsigned int bulk_read:2; member
1874 unsigned int bulk_read:1; member