/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | decode_exc.c | 85 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ 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...] |
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | decode_exc.c | 85 #define update_trap_counts(Fpu_register, aflags, bflags, trap_counts) { \ 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...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 634 * @bflags: store any bflags found here 641 * are copied to the scsi_device any flags value is stored in *@bflags. 644 int result_len, blist_flags_t *bflags) in scsi_probe_lun() 656 *bflags = 0; in scsi_probe_lun() 726 * XXX add a bflags to scsi_device, and replace the in scsi_probe_lun() 727 * corresponding bit fields in scsi_device, so bflags in scsi_probe_lun() 730 *bflags = scsi_get_device_flags(sdev, &inq_result[8], in scsi_probe_lun() 736 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun() 848 * @bflags 643 scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result, int result_len, blist_flags_t *bflags) scsi_probe_lun() argument 859 scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, blist_flags_t *bflags, int async) scsi_add_lun() argument 1162 blist_flags_t bflags; scsi_probe_and_add_lun() local 1306 scsi_sequential_lun_scan(struct scsi_target *starget, blist_flags_t bflags, int scsi_level, enum scsi_scan_mode rescan) scsi_sequential_lun_scan() argument 1398 scsi_report_lun_scan(struct scsi_target *starget, blist_flags_t bflags, enum scsi_scan_mode rescan) scsi_report_lun_scan() argument 1666 blist_flags_t bflags = 0; __scsi_scan_target() local [all...] |
H A D | scsi_transport_spi.c | 215 blist_flags_t bflags; in spi_device_configure() local 217 bflags = scsi_get_device_flags_keyed(sdev, &sdev->inquiry[8], in spi_device_configure() 229 if (bflags & SPI_BLIST_NOIUS) { in spi_device_configure()
|
H A D | Makefile | 195 $(call if_changed,bflags)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 551 * @bflags: store any bflags found here 558 * are copied to the scsi_device any flags value is stored in *@bflags. 561 int result_len, blist_flags_t *bflags) in scsi_probe_lun() 569 *bflags = 0; in scsi_probe_lun() 641 * XXX add a bflags to scsi_device, and replace the in scsi_probe_lun() 642 * corresponding bit fields in scsi_device, so bflags in scsi_probe_lun() 645 *bflags = scsi_get_device_flags(sdev, &inq_result[8], in scsi_probe_lun() 651 if (BLIST_INQUIRY_36 & *bflags) in scsi_probe_lun() 753 * @bflags 560 scsi_probe_lun(struct scsi_device *sdev, unsigned char *inq_result, int result_len, blist_flags_t *bflags) scsi_probe_lun() argument 764 scsi_add_lun(struct scsi_device *sdev, unsigned char *inq_result, blist_flags_t *bflags, int async) scsi_add_lun() argument 1051 blist_flags_t bflags; scsi_probe_and_add_lun() local 1196 scsi_sequential_lun_scan(struct scsi_target *starget, blist_flags_t bflags, int scsi_level, enum scsi_scan_mode rescan) scsi_sequential_lun_scan() argument 1288 scsi_report_lun_scan(struct scsi_target *starget, blist_flags_t bflags, enum scsi_scan_mode rescan) scsi_report_lun_scan() argument 1534 blist_flags_t bflags = 0; __scsi_scan_target() local [all...] |
H A D | scsi_transport_spi.c | 216 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 D | Makefile | 196 $(call if_changed,bflags)
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent_io.c | 82 "BTRFS: buffer leak start %llu len %lu refs %d bflags %lu owner %llu\n", in btrfs_extent_buffer_leak_debug_check() 83 eb->start, eb->len, atomic_read(&eb->refs), eb->bflags, in btrfs_extent_buffer_leak_debug_check() 1471 wait_on_bit_io(&eb->bflags, EXTENT_BUFFER_WRITEBACK, in wait_on_extent_buffer_writeback() 1489 while (test_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags)) { in lock_extent_buffer_for_io() 1503 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)) { in lock_extent_buffer_for_io() 1504 set_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags); in lock_extent_buffer_for_io() 1522 set_bit(EXTENT_BUFFER_WRITE_ERR, &eb->bflags); in set_btree_ioerr() 1528 clear_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags); in set_btree_ioerr() 1632 clear_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags); in extent_buffer_write_end_io() 1634 wake_up_bit(&eb->bflags, EXTENT_BUFFER_WRITEBAC in extent_buffer_write_end_io() [all...] |
H A D | extent_io.h | 78 unsigned long bflags; member 235 return test_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags); in extent_buffer_uptodate()
|
H A D | disk-io.c | 211 clear_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags); in btrfs_read_extent_buffer() 257 if (test_bit(EXTENT_BUFFER_NO_CHECK, &eb->bflags)) { in btree_csum_one_bio() 435 set_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags); in btrfs_validate_extent_buffer() 532 BUG_ON(!test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btree_dirty_folio() 557 ASSERT(test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btree_dirty_folio() 4448 if (unlikely(test_bit(EXTENT_BUFFER_UNMAPPED, &buf->bflags))) in btrfs_mark_buffer_dirty()
|
H A D | zoned.c | 1606 ASSERT(!test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btrfs_redirty_list_add() 1609 set_bit(EXTENT_BUFFER_NO_CHECK, &eb->bflags); in btrfs_redirty_list_add()
|
H A D | extent-tree.c | 3347 WARN_ON(test_bit(EXTENT_BUFFER_DIRTY, &buf->bflags)); in btrfs_free_tree_block() 3360 clear_bit(EXTENT_BUFFER_CORRUPT, &buf->bflags); in btrfs_free_tree_block() 4887 clear_bit(EXTENT_BUFFER_STALE, &buf->bflags); in btrfs_init_new_buffer() 4888 clear_bit(EXTENT_BUFFER_NO_CHECK, &buf->bflags); in btrfs_init_new_buffer()
|
H A D | send.c | 7242 &left_path->nodes[0]->bflags)); in changed_cb() 7250 &right_path->nodes[0]->bflags)); in changed_cb()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | extent_io.c | 79 "BTRFS: buffer leak start %llu len %lu refs %d bflags %lu owner %llu\n", in btrfs_extent_buffer_leak_debug_check() 80 eb->start, eb->len, atomic_read(&eb->refs), eb->bflags, in btrfs_extent_buffer_leak_debug_check() 2892 set_bit(EXTENT_BUFFER_READ_ERR, &eb->bflags); in end_bio_extent_readpage() 2896 &eb->bflags)) in end_bio_extent_readpage() 3645 wait_on_bit_io(&eb->bflags, EXTENT_BUFFER_WRITEBACK, in wait_on_extent_buffer_writeback() 3651 clear_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags); in end_extent_buffer_writeback() 3653 wake_up_bit(&eb->bflags, EXTENT_BUFFER_WRITEBACK); in end_extent_buffer_writeback() 3679 if (test_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags)) { in lock_extent_buffer_for_io() 3692 if (!test_bit(EXTENT_BUFFER_WRITEBACK, &eb->bflags)) in lock_extent_buffer_for_io() 3704 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)) { in lock_extent_buffer_for_io() [all...] |
H A D | extent_io.h | 82 unsigned long bflags; member 227 return test_bit(EXTENT_BUFFER_UPTODATE, &eb->bflags); in extent_buffer_uptodate()
|
H A D | reada.c | 657 set_bit(EXTENT_BUFFER_READAHEAD, &buf->bflags); in reada_tree_block_flagged() 665 if (test_bit(EXTENT_BUFFER_CORRUPT, &buf->bflags)) { in reada_tree_block_flagged()
|
H A D | disk-io.c | 408 clear_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags); in btree_read_extent_buffer_pages() 556 if (test_bit(EXTENT_BUFFER_READ_ERR, &eb->bflags)) { in btrfs_validate_metadata_buffer() 607 set_bit(EXTENT_BUFFER_CORRUPT, &eb->bflags); in btrfs_validate_metadata_buffer() 622 test_and_clear_bit(EXTENT_BUFFER_READAHEAD, &eb->bflags)) in btrfs_validate_metadata_buffer() 933 BUG_ON(!test_bit(EXTENT_BUFFER_DIRTY, &eb->bflags)); in btree_set_page_dirty() 1011 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &buf->bflags)) { in btrfs_clean_tree_block() 4283 if (unlikely(test_bit(EXTENT_BUFFER_UNMAPPED, &buf->bflags))) in btrfs_mark_buffer_dirty() 4607 &eb->bflags)) in btrfs_destroy_marked_extents()
|
H A D | extent-tree.c | 3356 WARN_ON(test_bit(EXTENT_BUFFER_DIRTY, &buf->bflags)); in btrfs_free_tree_block() 3369 clear_bit(EXTENT_BUFFER_CORRUPT, &buf->bflags); in btrfs_free_tree_block() 4609 clear_bit(EXTENT_BUFFER_STALE, &buf->bflags); in btrfs_init_new_buffer()
|
H A D | tree-log.c | 2793 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &next->bflags)) in walk_down_log_tree() 2861 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &next->bflags)) in walk_up_log_tree() 2942 if (test_and_clear_bit(EXTENT_BUFFER_DIRTY, &next->bflags)) in walk_log_tree()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 1590 unsigned long bflags; in __htab_map_lookup_and_delete_elem() local 1602 ret = htab_lock_bucket(htab, b, hash, &bflags); in __htab_map_lookup_and_delete_elem() 1640 htab_unlock_bucket(htab, b, hash, bflags); in __htab_map_lookup_and_delete_elem()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 5000 int bflags) /* bmapi flags */ in xfs_bmap_del_extent_real() 5056 if (!(bflags & XFS_BMAPI_REMAP)) { in xfs_bmap_del_extent_real() 5222 if (do_fx && !(bflags & XFS_BMAPI_REMAP)) { in xfs_bmap_del_extent_real() 5228 (bflags & XFS_BMAPI_NODISCARD) || in xfs_bmap_del_extent_real() 5241 if (qfield && !(bflags & XFS_BMAPI_REMAP)) in xfs_bmap_del_extent_real() 4992 xfs_bmap_del_extent_real( xfs_inode_t *ip, xfs_trans_t *tp, struct xfs_iext_cursor *icur, xfs_btree_cur_t *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, int bflags) xfs_bmap_del_extent_real() argument
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_bmap.c | 5011 uint32_t bflags) /* bmapi flags */ in xfs_bmap_del_extent_real() 5060 if (!(bflags & XFS_BMAPI_REMAP)) { in xfs_bmap_del_extent_real() 5221 if (do_fx && !(bflags & XFS_BMAPI_REMAP)) { in xfs_bmap_del_extent_real() 5228 ((bflags & XFS_BMAPI_NODISCARD) || in xfs_bmap_del_extent_real() 5243 if (qfield && !(bflags & XFS_BMAPI_REMAP)) in xfs_bmap_del_extent_real() 5003 xfs_bmap_del_extent_real( xfs_inode_t *ip, xfs_trans_t *tp, struct xfs_iext_cursor *icur, struct xfs_btree_cur *cur, xfs_bmbt_irec_t *del, int *logflagsp, int whichfork, uint32_t bflags) xfs_bmap_del_extent_real() argument
|