Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-bio-record.h23 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()
Draid10.c4569 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
/Linux-v5.4/include/linux/
Dbio.h218 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()
Dblk_types.h151 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/
Dbounce.c344 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
Dbio.c291 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/
Drgrp.c661 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()
Dincore.h89 unsigned long bi_flags; member
Dlops.c84 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
/Linux-v5.4/fs/btrfs/
Dinode.c9469 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/
Dfloppy.c4168 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
/Linux-v5.4/Documentation/block/
Dbiodoc.rst458 unsigned long bi_flags; /* status, command, etc */