Searched refs:bi_flags (Results 1 – 11 of 11) sorted by relevance
24 unsigned long bi_flags; member35 bd->bi_flags = bio->bi_flags; in dm_bio_record()47 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
217 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()225 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()233 return (bio->bi_flags & (1U << bit)) != 0; in bio_flagged()238 bio->bi_flags |= (1U << bit); in bio_set_flag()243 bio->bi_flags &= ~(1U << bit); in bio_clear_flag()
244 unsigned short bi_flags; /* BIO_* below */ member
260 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
258 bio->bi_flags = 0; in bio_init()
774 bi->bi_flags = 0; in compute_bitstructs()1177 clear_bit(GBF_FULL, &bi->bi_flags); in rgrp_set_bitmap_flags()1182 set_bit(GBF_FULL, &bi->bi_flags); in rgrp_set_bitmap_flags()1759 if (test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find()1771 set_bit(GBF_FULL, &bi->bi_flags); in gfs2_rbm_find()2444 test_bit(GBF_FULL, &rbm.rgd->rd_bits->bi_flags), in gfs2_alloc_blocks()
94 unsigned long bi_flags; member
86 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
9285 u32 bi_flags = BTRFS_I(inode)->flags; in btrfs_getattr() local9291 if (bi_flags & BTRFS_INODE_APPEND) in btrfs_getattr()9293 if (bi_flags & BTRFS_INODE_COMPRESS) in btrfs_getattr()9295 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr()9297 if (bi_flags & BTRFS_INODE_NODUMP) in btrfs_getattr()
4135 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()
458 unsigned long bi_flags; /* status, command, etc */
Completed in 45 milliseconds