Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bio-record.h25 unsigned long bi_flags; member
36 bd->bi_flags = bio->bi_flags; in dm_bio_record()
48 bio->bi_flags = bd->bi_flags; in dm_bio_restore()
/openbmc/linux/include/linux/
H A Dbio.h216 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
224 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
232 return bio->bi_flags & (1U << bit); in bio_flagged()
237 bio->bi_flags |= (1U << bit); in bio_set_flag()
242 bio->bi_flags &= ~(1U << bit); in bio_clear_flag()
H A Dblk_types.h271 unsigned short bi_flags; /* BIO_* below */ member
/openbmc/linux/block/
H A Dbounce.c259 bio->bi_flags |= (1 << BIO_BOUNCED); in __blk_queue_bounce()
H A Dbio.c252 bio->bi_flags = 0; in bio_init()
1786 BUILD_BUG_ON(BIO_FLAG_LAST > 8 * sizeof_field(struct bio, bi_flags)); in init_bio()
/openbmc/linux/fs/gfs2/
H A Drgrp.c775 bi->bi_flags = 0; in compute_bitstructs()
1179 clear_bit(GBF_FULL, &bi->bi_flags); in rgrp_set_bitmap_flags()
1184 set_bit(GBF_FULL, &bi->bi_flags); in rgrp_set_bitmap_flags()
1760 if (test_bit(GBF_FULL, &bi->bi_flags) && in gfs2_rbm_find()
1772 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()
H A Dincore.h94 unsigned long bi_flags; member
H A Dlops.c86 clear_bit(GBF_FULL, &bi->bi_flags); in maybe_release_space()
/openbmc/linux/fs/btrfs/
H A Dinode.c8689 u32 bi_flags = BTRFS_I(inode)->flags; in btrfs_getattr() local
8695 if (bi_flags & BTRFS_INODE_APPEND) in btrfs_getattr()
8697 if (bi_flags & BTRFS_INODE_COMPRESS) in btrfs_getattr()
8699 if (bi_flags & BTRFS_INODE_IMMUTABLE) in btrfs_getattr()
8701 if (bi_flags & BTRFS_INODE_NODUMP) in btrfs_getattr()
/openbmc/linux/drivers/block/
H A Dfloppy.c4154 bio.bi_flags |= (1 << BIO_QUIET); in __floppy_read_block_0()