Home
last modified time | relevance | path

Searched refs:sbh (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nilfs2/
H A Dthe_nilfs.c610 struct buffer_head **sbh = nilfs->ns_sbh; in nilfs_load_super_block() local
621 &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()
/linux/fs/ext4/
H A Dsuper.c768 struct buffer_head *sbh = sbi->s_sbh; in update_super_work() local
774 if (jbd2_journal_get_write_access(handle, sbh)) { in update_super_work()
783 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) { in update_super_work()
786 clear_buffer_write_io_error(sbh); in update_super_work()
787 set_buffer_uptodate(sbh); in update_super_work()
790 if (jbd2_journal_dirty_metadata(handle, sbh)) { in update_super_work()
6218 struct buffer_head *sbh = sbi->s_sbh; in ext4_update_super() local
6220 lock_buffer(sbh); in ext4_update_super()
6286 unlock_buffer(sbh); in ext4_update_super()
6291 struct buffer_head *sbh = EXT4_SB(sb)->s_sbh; in ext4_commit_super() local
[all …]