Searched refs:sbh (Results 1 – 5 of 5) sorted by relevance
109 memcpy(daddr, saddr, sbh->b_size); in nilfs_copy_buffer()114 dbh->b_blocknr = sbh->b_blocknr; in nilfs_copy_buffer()115 dbh->b_bdev = sbh->b_bdev; in nilfs_copy_buffer()205 sbh = folio_buffers(src); in nilfs_copy_folio()215 lock_buffer(sbh); in nilfs_copy_folio()217 dbh->b_state = sbh->b_state & mask; in nilfs_copy_folio()218 dbh->b_blocknr = sbh->b_blocknr; in nilfs_copy_folio()219 dbh->b_bdev = sbh->b_bdev; in nilfs_copy_folio()220 sbh = sbh->b_this_page; in nilfs_copy_folio()236 unlock_buffer(sbh); in nilfs_copy_folio()[all …]
610 struct buffer_head **sbh = nilfs->ns_sbh; in nilfs_load_super_block() local621 &sbh[0]); in nilfs_load_super_block()622 sbp[1] = nilfs_read_super_block(sb, sb2off, blocksize, &sbh[1]); in nilfs_load_super_block()649 brelse(sbh[1]); in nilfs_load_super_block()650 sbh[1] = NULL; in nilfs_load_super_block()
310 struct buffer_head *bh, *sbh; in bfs_fill_super() local328 sbh = sb_bread(s, 0); in bfs_fill_super()329 if (!sbh) in bfs_fill_super()331 bfs_sb = (struct bfs_super_block *)sbh->b_data; in bfs_fill_super()433 brelse(sbh); in bfs_fill_super()441 brelse(sbh); in bfs_fill_super()
771 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) { in update_super_work()775 set_buffer_uptodate(sbh); in update_super_work()6122 lock_buffer(sbh); in ext4_update_super()6187 unlock_buffer(sbh); in ext4_update_super()6194 if (!sbh) in ext4_commit_super()6199 lock_buffer(sbh); in ext4_commit_super()6202 unlock_buffer(sbh); in ext4_commit_super()6206 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) { in ext4_commit_super()6220 get_bh(sbh); in ext4_commit_super()6222 clear_buffer_dirty(sbh); in ext4_commit_super()[all …]
1264 struct buffer_head *sbh = EXT2_SB(sb)->s_sbh; in ext2_clear_super_error() local1266 if (buffer_write_io_error(sbh)) { in ext2_clear_super_error()1277 clear_buffer_write_io_error(sbh); in ext2_clear_super_error()1278 set_buffer_uptodate(sbh); in ext2_clear_super_error()