Lines Matching refs:b_state
362 bh_result->b_state |= (1UL << BH_Mapped); in affs_get_block()
368 bh_result->b_state |= (1UL << BH_New); in affs_get_block()
407 bh_result->b_state &= ~(1UL << BH_Mapped); in affs_get_block()
445 tmp_bh.b_state = 0; in affs_bread_ino()
450 bh->b_state |= tmp_bh.b_state; in affs_bread_ino()
464 tmp_bh.b_state = 0; in affs_getzeroblk_ino()
469 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino()
483 tmp_bh.b_state = 0; in affs_getemptyblk_ino()
488 bh->b_state |= tmp_bh.b_state; in affs_getemptyblk_ino()
592 bh->b_state &= ~(1UL << BH_New); in affs_extent_file_ofs()
717 if (bh->b_state & (1UL << BH_New)) { in affs_commit_write_ofs()
723 bh->b_state &= ~(1UL << BH_New); in affs_commit_write_ofs()
749 if (bh->b_state & (1UL << BH_New)) { in affs_commit_write_ofs()
755 bh->b_state &= ~(1UL << BH_New); in affs_commit_write_ofs()