Searched refs:sbh (Results 1 – 1 of 1) sorted by relevance
768 struct buffer_head *sbh = sbi->s_sbh; in update_super_work() local774 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()6254 struct buffer_head *sbh = sbi->s_sbh; in ext4_update_super() local6256 lock_buffer(sbh); in ext4_update_super()6322 unlock_buffer(sbh); in ext4_update_super()6327 struct buffer_head *sbh = EXT4_SB(sb)->s_sbh; in ext4_commit_super() local[all …]