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()
311 struct buffer_head *bh, *sbh; in bfs_fill_super() local330 sbh = sb_bread(s, 0); in bfs_fill_super()331 if (!sbh) in bfs_fill_super()333 bfs_sb = (struct bfs_super_block *)sbh->b_data; in bfs_fill_super()435 brelse(sbh); in bfs_fill_super()443 brelse(sbh); in bfs_fill_super()
767 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) { in update_super_work()771 set_buffer_uptodate(sbh); in update_super_work()6124 lock_buffer(sbh); in ext4_update_super()6189 unlock_buffer(sbh); in ext4_update_super()6196 if (!sbh) in ext4_commit_super()6201 lock_buffer(sbh); in ext4_commit_super()6204 unlock_buffer(sbh); in ext4_commit_super()6208 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) { in ext4_commit_super()6222 get_bh(sbh); in ext4_commit_super()6224 clear_buffer_dirty(sbh); in ext4_commit_super()[all …]
1265 struct buffer_head *sbh = EXT2_SB(sb)->s_sbh; in ext2_clear_super_error() local1267 if (buffer_write_io_error(sbh)) { in ext2_clear_super_error()1278 clear_buffer_write_io_error(sbh); in ext2_clear_super_error()1279 set_buffer_uptodate(sbh); in ext2_clear_super_error()
Completed in 26 milliseconds