Searched refs:bi_flags (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/drivers/md/ |
D | dm-bio-record.h | 24 unsigned long bi_flags; member 36 bd->bi_flags = bio->bi_flags; in dm_bio_record() 49 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
|
D | raid10.c | 4543 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
|
/Linux-v5.10/include/linux/ |
D | bio.h | 224 bio->bi_flags |= (1 << BIO_REFFED); in bio_get() 232 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set() 240 return (bio->bi_flags & (1U << bit)) != 0; in bio_flagged() 245 bio->bi_flags |= (1U << bit); in bio_set_flag() 250 bio->bi_flags &= ~(1U << bit); in bio_clear_flag()
|
D | blk_types.h | 210 unsigned short bi_flags; /* status, etc and bvec pool number */ member 306 #define BVEC_POOL_IDX(bio) ((bio)->bi_flags >> BVEC_POOL_OFFSET)
|
/Linux-v5.10/block/ |
D | bounce.c | 345 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
|
D | bio.c | 302 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset() 307 bio->bi_flags = flags; in bio_reset() 516 bio->bi_flags |= idx << BVEC_POOL_OFFSET; in bio_alloc_bioset()
|
/Linux-v5.10/fs/gfs2/ |
D | rgrp.c | 641 clear_bit(GBF_FULL, &start->bi_flags); in __rs_deltree() 758 bi->bi_flags = 0; in compute_bitstructs() 1196 clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags); in gfs2_rgrp_bh_get() 1718 test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find() 1730 set_bit(GBF_FULL, &bi->bi_flags); in gfs2_rbm_find() 2366 test_bit(GBF_FULL, &rbm.rgd->rd_bits->bi_flags), in gfs2_alloc_blocks()
|
D | incore.h | 93 unsigned long bi_flags; member
|
D | lops.c | 85 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
|
/Linux-v5.10/fs/btrfs/ |
D | inode.c | 8825 u32 bi_flags = BTRFS_I(inode)->flags; in btrfs_getattr() local 8830 if (bi_flags & BTRFS_INODE_APPEND) in btrfs_getattr() 8832 if (bi_flags & BTRFS_INODE_COMPRESS) in btrfs_getattr() 8834 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr() 8836 if (bi_flags & BTRFS_INODE_NODUMP) in btrfs_getattr()
|
/Linux-v5.10/drivers/block/ |
D | floppy.c | 4225 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
|
/Linux-v5.10/Documentation/block/ |
D | biodoc.rst | 458 unsigned long bi_flags; /* status, command, etc */
|