Home
last modified time | relevance | path

Searched refs:tmp_bh (Results 1 – 5 of 5) sorted by relevance

/linux/fs/jfs/
A Dsuper.c738 struct buffer_head tmp_bh; in jfs_quota_read() local
750 tmp_bh.b_state = 0; in jfs_quota_read()
751 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_read()
752 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read()
755 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in jfs_quota_read()
758 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_read()
782 struct buffer_head tmp_bh; in jfs_quota_write() local
789 tmp_bh.b_state = 0; in jfs_quota_write()
790 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_write()
795 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_write()
[all …]
/linux/fs/affs/
A Dfile.c471 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local
474 tmp_bh.b_state = 0; in affs_bread_ino()
479 bh->b_state |= tmp_bh.b_state; in affs_bread_ino()
490 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local
493 tmp_bh.b_state = 0; in affs_getzeroblk_ino()
494 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getzeroblk_ino()
498 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino()
509 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local
512 tmp_bh.b_state = 0; in affs_getemptyblk_ino()
513 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getemptyblk_ino()
[all …]
/linux/fs/ext2/
A Dsuper.c1494 struct buffer_head tmp_bh; in ext2_quota_read() local
1506 tmp_bh.b_state = 0; in ext2_quota_read()
1507 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read()
1508 err = ext2_get_block(inode, blk, &tmp_bh, 0); in ext2_quota_read()
1511 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in ext2_quota_read()
1514 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_read()
1538 struct buffer_head tmp_bh; in ext2_quota_write() local
1544 tmp_bh.b_state = 0; in ext2_quota_write()
1545 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write()
1550 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_write()
[all …]
/linux/fs/reiserfs/
A Dsuper.c2495 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local
2505 tmp_bh.b_state = 0; in reiserfs_quota_read()
2511 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read()
2515 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in reiserfs_quota_read()
2518 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_read()
2544 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local
2553 tmp_bh.b_state = 0; in reiserfs_quota_write()
2555 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
2560 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
2562 bh = sb_getblk(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
A Djournal.c1650 struct buffer_head *tmp_bh; in write_one_transaction() local
1656 tmp_bh = cn->bh; in write_one_transaction()
1657 get_bh(tmp_bh); in write_one_transaction()
1658 lock_buffer(tmp_bh); in write_one_transaction()
1667 unlock_buffer(tmp_bh); in write_one_transaction()
1669 put_bh(tmp_bh); in write_one_transaction()
4200 struct buffer_head *tmp_bh; in do_journal_end() local
4203 tmp_bh = in do_journal_end()
4209 set_buffer_uptodate(tmp_bh); in do_journal_end()
4212 memcpy(tmp_bh->b_data, in do_journal_end()
[all …]

Completed in 25 milliseconds