Home
last modified time | relevance | path

Searched refs:bflags (Results 1 – 9 of 9) sorted by relevance

/linux/arch/parisc/math-emu/
H A Ddecode_exc.c85 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ argument
87 Fpu_register[0] |= bflags; \
97 unsigned int bflags; in decode_fpu() local
107 bflags=(Fpu_register[0] & 0xf8000000); in decode_fpu()
126 update_trap_counts(Fpu_register, aflags, bflags, trap_counts); in decode_fpu()
178 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
202 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
258 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
277 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
280 update_trap_counts(Fpu_register, aflags, bflags, in decode_fpu()
[all …]
/linux/drivers/scsi/
H A Dscsi_scan.c650 int result_len, blist_flags_t *bflags) in scsi_probe_lun() argument
688 *bflags = 0; in scsi_probe_lun()
749 *bflags = scsi_get_device_flags(sdev, &inq_result[8], in scsi_probe_lun()
755 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun()
879 blist_flags_t *bflags, int async) in scsi_add_lun() argument
926 if (*bflags & BLIST_ISROM) { in scsi_add_lun()
952 if ((*bflags & BLIST_REPORTLUN2) == 0) in scsi_add_lun()
953 *bflags |= BLIST_NOREPORTLUN; in scsi_add_lun()
991 !(*bflags & BLIST_NOTQ)) { in scsi_add_lun()
1001 if ((*bflags & BLIST_BORKEN) == 0) in scsi_add_lun()
[all …]
H A Dscsi_transport_spi.c216 blist_flags_t bflags; in spi_device_configure() local
218 bflags = scsi_get_device_flags_keyed(sdev, &sdev->inquiry[8], in spi_device_configure()
230 if (bflags & SPI_BLIST_NOIUS) { in spi_device_configure()
H A DMakefile196 $(call if_changed,bflags)
/linux/fs/btrfs/
H A Dextent_io.c80 eb->start, eb->len, refcount_read(&eb->refs), eb->bflags, in btrfs_extent_buffer_leak_debug_check()
1938 while (test_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags)) { in lock_extent_buffer_for_io()
1952 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)) { in lock_extent_buffer_for_io()
1956 set_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags); in lock_extent_buffer_for_io()
1982 set_bit(EXTENT_BUFFER_WRITE_ERR, &eb->bflags); in set_btree_ioerr()
1988 clear_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags); in set_btree_ioerr()
2211 clear_and_wake_up_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags); in end_bbio_meta_write()
2221 clear_bit(EXTENT_BUFFER_WRITE_ERR, &eb->bflags); in prepare_eb_write()
2911 return (test_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags) || in extent_buffer_under_io()
2912 test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in extent_buffer_under_io()
[all …]
H A Dextent_io.h90 unsigned long bflags; member
262 wait_on_bit_io(&eb->bflags, EXTENT_BUFFER_WRITEBACK, in wait_on_extent_buffer_writeback()
303 return test_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags); in extent_buffer_uptodate()
H A Dfiemap.c322 ASSERT(test_bit(EXTENT_BUFFER_UNMAPPED, &clone->bflags)); in fiemap_next_leaf_item()
H A Ddisk-io.c275 if (test_bit(EXTENT_BUFFER_ZONED_ZEROOUT, &eb->bflags)) { in btree_csum_one_bio()
518 BUG_ON(!test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btree_dirty_folio()
543 ASSERT(test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btree_dirty_folio()
4475 if (unlikely(test_bit(EXTENT_BUFFER_UNMAPPED, &buf->bflags))) in btrfs_mark_buffer_dirty()
H A Dsend.c7174 &left_path->nodes[0]->bflags)); in changed_cb()
7182 &right_path->nodes[0]->bflags)); in changed_cb()