Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-bio-record.h24 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()
Draid10.c4543 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
/Linux-v5.10/include/linux/
Dbio.h224 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()
Dblk_types.h210 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/
Dbounce.c345 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
Dbio.c302 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/
Drgrp.c641 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()
Dincore.h93 unsigned long bi_flags; member
Dlops.c85 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
/Linux-v5.10/fs/btrfs/
Dinode.c8825 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/
Dfloppy.c4225 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
/Linux-v5.10/Documentation/block/
Dbiodoc.rst458 unsigned long bi_flags; /* status, command, etc */