Searched refs:bi_flags (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/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 | 4564 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()
|
/Linux-v4.19/include/linux/ |
D | bio.h | 251 bio->bi_flags |= (1 << BIO_REFFED); in bio_get() 259 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set() 267 return (bio->bi_flags & (1U << bit)) != 0; in bio_flagged() 272 bio->bi_flags |= (1U << bit); in bio_set_flag() 277 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 248 #define BVEC_POOL_IDX(bio) ((bio)->bi_flags >> BVEC_POOL_OFFSET)
|
/Linux-v4.19/block/ |
D | bounce.c | 318 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
|
D | bio.c | 303 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset() 308 bio->bi_flags = flags; in bio_reset() 519 bio->bi_flags |= idx << BVEC_POOL_OFFSET; in bio_alloc_bioset()
|
/Linux-v4.19/fs/gfs2/ |
D | rgrp.c | 656 clear_bit(GBF_FULL, &bi->bi_flags); in __rs_deltree() 777 bi->bi_flags = 0; in compute_bitstructs() 1182 clear_bit(GBF_FULL, &rgd->rd_bits[x].bi_flags); in gfs2_rgrp_bh_get() 1721 test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find() 1758 set_bit(GBF_FULL, &bi->bi_flags); in gfs2_rbm_find() 2368 test_bit(GBF_FULL, &rbm.rgd->rd_bits->bi_flags), in gfs2_alloc_blocks()
|
D | incore.h | 92 unsigned long bi_flags; member
|
D | lops.c | 85 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
|
/Linux-v4.19/fs/btrfs/ |
D | inode.c | 9332 u32 bi_flags = BTRFS_I(inode)->flags; in btrfs_getattr() local 9337 if (bi_flags & BTRFS_INODE_APPEND) in btrfs_getattr() 9339 if (bi_flags & BTRFS_INODE_COMPRESS) in btrfs_getattr() 9341 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr() 9343 if (bi_flags & BTRFS_INODE_NODUMP) in btrfs_getattr()
|
/Linux-v4.19/drivers/block/ |
D | floppy.c | 4149 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
|
/Linux-v4.19/Documentation/block/ |
D | biodoc.txt | 433 unsigned long bi_flags; /* status, command, etc */
|