Searched refs:b_state (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/nilfs2/ |
| H A D | bmap.h | 122 int b_state; member 260 return !!(bmap->b_state & NILFS_BMAP_DIRTY); in nilfs_bmap_dirty() 266 bmap->b_state |= NILFS_BMAP_DIRTY; in nilfs_bmap_set_dirty() 272 bmap->b_state &= ~NILFS_BMAP_DIRTY; in nilfs_bmap_clear_dirty()
|
| /linux/fs/ |
| H A D | mpage.c | 120 page_bh->b_state = bh->b_state; in map_buffer_to_folio() 216 map_bh->b_state = 0; in do_mpage_readpage() 542 map_bh.b_state = 0; in mpage_write_folio()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_sysfs.c | 161 u8 b_state, b_rate; in qlcnic_82xx_store_beacon() local 167 err = qlcnic_validate_beacon(adapter, beacon, &b_state, &b_rate); in qlcnic_82xx_store_beacon() 173 if (ahw->beacon_state == b_state) in qlcnic_82xx_store_beacon() 196 err = qlcnic_config_led(adapter, b_state, b_rate); in qlcnic_82xx_store_beacon() 199 ahw->beacon_state = b_state; in qlcnic_82xx_store_beacon()
|
| /linux/fs/jfs/ |
| H A D | super.c | 715 tmp_bh.b_state = 0; in jfs_quota_read() 754 tmp_bh.b_state = 0; in jfs_quota_write()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 878 bh->b_state = (bh->b_state & ~EXT4_MAP_FLAGS) | flags; in ext4_update_bh_state() 886 old_state = READ_ONCE(bh->b_state); in ext4_update_bh_state() 889 } while (unlikely(!try_cmpxchg(&bh->b_state, &old_state, new_state))); in ext4_update_bh_state() 2152 map->m_flags = bh->b_state & BH_FLAGS; in mpage_add_bh_to_extent() 2162 (bh->b_state & BH_FLAGS) == map->m_flags) { in mpage_add_bh_to_extent()
|
| H A D | ext4.h | 3898 test_bit(BH_BITMAP_UPTODATE, &(bh)->b_state)); in bitmap_uptodate() 3902 set_bit(BH_BITMAP_UPTODATE, &(bh)->b_state); in set_bitmap_uptodate()
|
| /linux/mm/ |
| H A D | migrate.c | 960 migrating = test_and_set_bit_lock(BH_Migrate, &head->b_state); in __buffer_migrate_folio() 997 clear_bit_unlock(BH_Migrate, &head->b_state); in __buffer_migrate_folio()
|