Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-bio-record.h22 unsigned long bi_flags; member
29 bd->bi_flags = bio->bi_flags; in dm_bio_record()
36 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
Ddm-thin.c1493 bio->bi_flags |= (1 << BIO_CHAIN); in __bio_inc_remaining()
Draid10.c4322 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
/linux-4.4.14/include/linux/
Dblk_types.h49 unsigned int bi_flags; /* status, command, etc */ member
138 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
Dbio.h284 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
292 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
300 return (bio->bi_flags & (1U << bit)) != 0; in bio_flagged()
305 bio->bi_flags |= (1U << bit); in bio_set_flag()
310 bio->bi_flags &= ~(1U << bit); in bio_clear_flag()
/linux-4.4.14/drivers/md/bcache/
Dio.c28 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bch_bbio_alloc()
/linux-4.4.14/block/
Dbounce.c222 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
Dbio.c289 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset()
294 bio->bi_flags = flags; in bio_reset()
504 bio->bi_flags |= idx << BIO_POOL_OFFSET; in bio_alloc_bioset()
/linux-4.4.14/fs/gfs2/
Drgrp.c659 clear_bit(GBF_FULL, &bi->bi_flags); in __rs_deltree()
784 bi->bi_flags = 0; in compute_bitstructs()
1180 clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags); in gfs2_rgrp_bh_get()
1694 if (test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find()
1731 set_bit(GBF_FULL, &bi->bi_flags); in gfs2_rbm_find()
2360 test_bit(GBF_FULL, &rbm.rgd->rd_bits->bi_flags), in gfs2_alloc_blocks()
Dincore.h72 unsigned long bi_flags; member
Dlops.c84 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
/linux-4.4.14/fs/
Dbuffer.c3035 bio->bi_flags |= bio_flags; in submit_bh_wbc()
/linux-4.4.14/drivers/block/
Dfloppy.c3816 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
/linux-4.4.14/Documentation/block/
Dbiodoc.txt434 unsigned long bi_flags; /* status, command, etc */