Searched refs:sbh (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/nilfs2/
H A Dpage.c97 * @sbh: source buffer
99 void nilfs_copy_buffer(struct buffer_head *dbh, struct buffer_head *sbh) argument
103 struct page *spage = sbh->b_page, *dpage = dbh->b_page;
108 memcpy(kaddr1 + bh_offset(dbh), kaddr0 + bh_offset(sbh), sbh->b_size);
112 dbh->b_state = sbh->b_state & NILFS_BUFFER_INHERENT_BITS;
113 dbh->b_blocknr = sbh->b_blocknr;
114 dbh->b_bdev = sbh->b_bdev;
117 bits = sbh->b_state & (BIT(BH_Uptodate) | BIT(BH_Mapped));
200 struct buffer_head *dbh, *dbufs, *sbh; local
[all...]
H A Dthe_nilfs.c593 struct buffer_head **sbh = nilfs->ns_sbh; local
604 &sbh[0]);
605 sbp[1] = nilfs_read_super_block(sb, sb2off, blocksize, &sbh[1]);
632 brelse(sbh[1]);
633 sbh[1] = NULL;
729 * Not to failed_sbh; sbh is released automatically
/linux-master/fs/bfs/
H A Dinode.c310 struct buffer_head *bh, *sbh; local
328 sbh = sb_bread(s, 0);
329 if (!sbh)
331 bfs_sb = (struct bfs_super_block *)sbh->b_data;
433 brelse(sbh);
441 brelse(sbh);
/linux-master/fs/ext4/
H A Dsuper.c777 struct buffer_head *sbh = sbi->s_sbh; local
783 if (jbd2_journal_get_write_access(handle, sbh)) {
792 if (buffer_write_io_error(sbh) || !buffer_uptodate(sbh)) {
795 clear_buffer_write_io_error(sbh);
796 set_buffer_uptodate(sbh);
799 if (jbd2_journal_dirty_metadata(handle, sbh)) {
6098 struct buffer_head *sbh = sbi->s_sbh; local
6100 lock_buffer(sbh);
6166 unlock_buffer(sbh);
6171 struct buffer_head *sbh = EXT4_SB(sb)->s_sbh; local
[all...]
/linux-master/fs/reiserfs/
H A Dbitmap.c422 struct buffer_head *sbh, *bmbh; local
429 sbh = SB_BUFFER_WITH_SB(s);
455 reiserfs_prepare_for_journal(s, sbh, 1);
459 journal_mark_dirty(th, sbh);
/linux-master/fs/ext2/
H A Dsuper.c1227 struct buffer_head *sbh = EXT2_SB(sb)->s_sbh; local
1229 if (buffer_write_io_error(sbh)) {
1240 clear_buffer_write_io_error(sbh);
1241 set_buffer_uptodate(sbh);

Completed in 152 milliseconds