Searched refs:bi_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/md/ |
D | dm-bio-record.h | 22 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()
|
D | dm-thin.c | 1493 bio->bi_flags |= (1 << BIO_CHAIN); in __bio_inc_remaining()
|
D | raid10.c | 4322 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
|
/linux-4.4.14/include/linux/ |
D | blk_types.h | 49 unsigned int bi_flags; /* status, command, etc */ member 138 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
|
D | bio.h | 284 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/ |
D | io.c | 28 bio->bi_flags |= BIO_POOL_NONE << BIO_POOL_OFFSET; in bch_bbio_alloc()
|
/linux-4.4.14/block/ |
D | bounce.c | 222 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
|
D | bio.c | 289 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/ |
D | rgrp.c | 659 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()
|
D | incore.h | 72 unsigned long bi_flags; member
|
D | lops.c | 84 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
|
/linux-4.4.14/fs/ |
D | buffer.c | 3035 bio->bi_flags |= bio_flags; in submit_bh_wbc()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 3816 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 434 unsigned long bi_flags; /* status, command, etc */
|