Searched refs:tmp_bh (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/jfs/ |
| A D | super.c | 742 struct buffer_head tmp_bh; in jfs_quota_read() local 755 tmp_bh.b_state = 0; in jfs_quota_read() 756 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_read() 757 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read() 760 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in jfs_quota_read() 763 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_read() 787 struct buffer_head tmp_bh; in jfs_quota_write() local 795 tmp_bh.b_state = 0; in jfs_quota_write() 796 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_write() 801 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_write() [all …]
|
| /linux/fs/affs/ |
| A D | file.c | 468 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local 471 tmp_bh.b_state = 0; in affs_bread_ino() 476 bh->b_state |= tmp_bh.b_state; in affs_bread_ino() 487 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local 490 tmp_bh.b_state = 0; in affs_getzeroblk_ino() 491 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getzeroblk_ino() 495 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino() 506 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local 509 tmp_bh.b_state = 0; in affs_getemptyblk_ino() 510 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getemptyblk_ino() [all …]
|
| /linux/fs/ext2/ |
| A D | super.c | 1479 struct buffer_head tmp_bh; in ext2_quota_read() local 1492 tmp_bh.b_state = 0; in ext2_quota_read() 1493 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read() 1494 err = ext2_get_block(inode, blk, &tmp_bh, 0); in ext2_quota_read() 1497 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in ext2_quota_read() 1500 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_read() 1524 struct buffer_head tmp_bh; in ext2_quota_write() local 1531 tmp_bh.b_state = 0; in ext2_quota_write() 1532 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write() 1537 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_write() [all …]
|
| /linux/fs/reiserfs/ |
| A D | super.c | 2496 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local 2508 tmp_bh.b_state = 0; in reiserfs_quota_read() 2514 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read() 2518 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in reiserfs_quota_read() 2521 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_read() 2547 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local 2557 tmp_bh.b_state = 0; in reiserfs_quota_write() 2559 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write() 2564 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_write() 2566 bh = sb_getblk(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
|
| A D | journal.c | 1648 struct buffer_head *tmp_bh; in write_one_transaction() local 1654 tmp_bh = cn->bh; in write_one_transaction() 1655 get_bh(tmp_bh); in write_one_transaction() 1656 lock_buffer(tmp_bh); in write_one_transaction() 1665 unlock_buffer(tmp_bh); in write_one_transaction() 1667 put_bh(tmp_bh); in write_one_transaction() 4198 struct buffer_head *tmp_bh; in do_journal_end() local 4201 tmp_bh = in do_journal_end() 4207 set_buffer_uptodate(tmp_bh); in do_journal_end() 4210 memcpy(tmp_bh->b_data, in do_journal_end() [all …]
|
Completed in 24 milliseconds