Searched refs:bi_flags (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/md/ |
| D | dm-bio-record.h | 23 unsigned long bi_flags; member 31 bd->bi_flags = bio->bi_flags; in dm_bio_record() 39 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
|
| D | raid10.c | 4569 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
|
| /Linux-v5.4/include/linux/ |
| D | bio.h | 218 bio->bi_flags |= (1 << BIO_REFFED); in bio_get() 226 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set() 234 return (bio->bi_flags & (1U << bit)) != 0; in bio_flagged() 239 bio->bi_flags |= (1U << bit); in bio_set_flag() 244 bio->bi_flags &= ~(1U << bit); in bio_clear_flag()
|
| D | blk_types.h | 151 unsigned short bi_flags; /* status, etc and bvec pool number */ member 244 #define BVEC_POOL_IDX(bio) ((bio)->bi_flags >> BVEC_POOL_OFFSET)
|
| /Linux-v5.4/block/ |
| D | bounce.c | 344 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
|
| D | bio.c | 291 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset() 296 bio->bi_flags = flags; in bio_reset() 507 bio->bi_flags |= idx << BVEC_POOL_OFFSET; in bio_alloc_bioset()
|
| /Linux-v5.4/fs/gfs2/ |
| D | rgrp.c | 661 clear_bit(GBF_FULL, &start->bi_flags); in __rs_deltree() 786 bi->bi_flags = 0; in compute_bitstructs() 1215 clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags); in gfs2_rgrp_bh_get() 1751 test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find() 1763 set_bit(GBF_FULL, &bi->bi_flags); in gfs2_rbm_find() 2404 test_bit(GBF_FULL, &rbm.rgd->rd_bits->bi_flags), in gfs2_alloc_blocks()
|
| D | incore.h | 89 unsigned long bi_flags; member
|
| D | lops.c | 84 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
|
| /Linux-v5.4/fs/btrfs/ |
| D | inode.c | 9469 u32 bi_flags = BTRFS_I(inode)->flags; in btrfs_getattr() local 9474 if (bi_flags & BTRFS_INODE_APPEND) in btrfs_getattr() 9476 if (bi_flags & BTRFS_INODE_COMPRESS) in btrfs_getattr() 9478 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr() 9480 if (bi_flags & BTRFS_INODE_NODUMP) in btrfs_getattr()
|
| /Linux-v5.4/drivers/block/ |
| D | floppy.c | 4168 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
|
| /Linux-v5.4/Documentation/block/ |
| D | biodoc.rst | 458 unsigned long bi_flags; /* status, command, etc */
|