Lines Matching refs:b_state
30 unsigned long b_state) in __nilfs_get_folio_block() argument
37 bh = create_empty_buffers(folio, 1 << blkbits, b_state); in __nilfs_get_folio_block()
49 unsigned long b_state) in nilfs_grab_buffer() argument
60 bh = __nilfs_get_folio_block(folio, blkoff, index, blkbits, b_state); in nilfs_grab_buffer()
84 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_forget_buffer()
113 dbh->b_state = sbh->b_state & NILFS_BUFFER_INHERENT_BITS; in nilfs_copy_buffer()
118 bits = sbh->b_state & (BIT(BH_Uptodate) | BIT(BH_Mapped)); in nilfs_copy_buffer()
121 bits &= bh->b_state; in nilfs_copy_buffer()
182 (unsigned long long)bh->b_blocknr, bh->b_state); in nilfs_folio_bug()
218 dbh->b_state = sbh->b_state & mask; in nilfs_copy_folio()
417 set_mask_bits(&bh->b_state, clear_bits, 0); in nilfs_clear_folio_dirty()