Home
last modified time | relevance | path

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

/fs/ubifs/
A Dsuper.c1022 unsigned int bulk_read:1; member
1059 ctx->mount_opts.bulk_read = 2; in ubifs_parse_param()
1060 ctx->bulk_read = 1; in ubifs_parse_param()
1064 ctx->bulk_read = 0; in ubifs_parse_param()
1168 c->mount_opts.bulk_read = 1; in bu_init()
1169 c->bulk_read = 0; in bu_init()
1264 if (c->bulk_read == 1) in mount_ubifs()
1964 c->bulk_read = ctx->bulk_read; in ubifs_reconfigure()
1989 if (c->bulk_read == 1) in ubifs_reconfigure()
2151 c->bulk_read = ctx->bulk_read; in ubifs_fill_super()
[all …]
A Dfile.c715 ui->bulk_read = 0; in ubifs_do_bulk_read()
793 ui->read_in_a_row = ui->bulk_read = 0; in ubifs_do_bulk_read()
818 if (!c->bulk_read) in ubifs_bulk_read()
831 if (ui->bulk_read) in ubifs_bulk_read()
832 ui->bulk_read = 0; in ubifs_bulk_read()
836 if (!ui->bulk_read) { in ubifs_bulk_read()
841 ui->bulk_read = 1; in ubifs_bulk_read()
A Dubifs.h407 unsigned int bulk_read:1; member
943 unsigned int bulk_read:2; member
1307 unsigned int bulk_read:1; member
A Ddebug.c254 pr_err("\tbulk_read %u\n", ui->bulk_read); in ubifs_dump_inode()

Completed in 22 milliseconds