Searched refs:zbv (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/erofs/
H A Dzdata.c1420 struct z_erofs_bvec zbv; local
1430 zbv = pcl->compressed_bvecs[nr];
1432 if (!zbv.folio)
1435 bvec->bv_page = &zbv.folio->page;
1442 if (zbv.folio->private == (void *)Z_EROFS_PREALLOCATED_PAGE) {
1443 zbv.folio->private = 0;
1448 mapping = READ_ONCE(zbv.folio->mapping);
1454 if (zbv.offset < 0)
1455 bvec->bv_offset = round_up(-zbv.offset, bs);
1456 bvec->bv_len = round_up(zbv
[all...]

Completed in 129 milliseconds