Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/erofs/
Dunzip_vle.c1091 #define __FSIO_1 1 macro
1093 #define __FSIO_1 0 macro
1109 struct z_erofs_vle_unzip_io *ios[1 + __FSIO_1];
1129 ios[__FSIO_1] = prepare_io_handler(sb, fg_io + __FSIO_1, false);
1130 bi_private = tagptr_fold(tagptr1_t, ios[__FSIO_1], 0);
1132 ios[__FSIO_1] = prepare_io_handler(sb, NULL, true);
1133 bi_private = tagptr_fold(tagptr1_t, ios[__FSIO_1], 1);
1141 ios[__FSIO_1]->head = owned_head;
1284 struct z_erofs_vle_unzip_io io[1 + __FSIO_1];
1296 wait_event(io[__FSIO_1].u.wait,
[all …]