Searched refs:pending_ios (Results 1 – 3 of 3) sorted by relevance
67 unsigned pending_ios; member159 if (f->pending_ios >= file_depth(s)) { in init_io()166 f->pending_ios++; in init_io()260 f->pending_ios--; in reap_events()474 p += sprintf(p, "%d", f->pending_ios); in file_depths()476 p += sprintf(p, "%d, ", f->pending_ios); in file_depths()
193 refcount_inc(&cb->pending_ios); in end_compressed_bio_read()198 refcount_dec(&cb->pending_ios); in end_compressed_bio_read()207 if (refcount_dec_and_test(&cb->pending_ios)) in end_compressed_bio_read()307 if (refcount_dec_and_test(&cb->pending_ios)) { in end_compressed_bio_write()363 refcount_inc(&cb->pending_ios); in alloc_compressed_bio()400 refcount_set(&cb->pending_ios, 1); in btrfs_submit_compressed_write()489 if (refcount_dec_and_test(&cb->pending_ios)) in btrfs_submit_compressed_write()703 refcount_set(&cb->pending_ios, 1); in btrfs_submit_compressed_read()815 if (refcount_dec_and_test(&cb->pending_ios)) in btrfs_submit_compressed_read()
34 refcount_t pending_ios; member