Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Dsuper.c743 struct buffer_head tmp_bh; in jfs_quota_read() local
756 tmp_bh.b_state = 0; in jfs_quota_read()
757 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_read()
758 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read()
761 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in jfs_quota_read()
764 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_read()
788 struct buffer_head tmp_bh; in jfs_quota_write() local
796 tmp_bh.b_state = 0; in jfs_quota_write()
797 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_write()
802 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_write()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Dsuper.c743 struct buffer_head tmp_bh; in jfs_quota_read() local
756 tmp_bh.b_state = 0; in jfs_quota_read()
757 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_read()
758 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read()
761 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in jfs_quota_read()
764 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_read()
788 struct buffer_head tmp_bh; in jfs_quota_write() local
796 tmp_bh.b_state = 0; in jfs_quota_write()
797 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_write()
802 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Dsuper.c743 struct buffer_head tmp_bh; in jfs_quota_read() local
756 tmp_bh.b_state = 0; in jfs_quota_read()
757 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_read()
758 err = jfs_get_block(inode, blk, &tmp_bh, 0); in jfs_quota_read()
761 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in jfs_quota_read()
764 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_read()
788 struct buffer_head tmp_bh; in jfs_quota_write() local
796 tmp_bh.b_state = 0; in jfs_quota_write()
797 tmp_bh.b_size = i_blocksize(inode); in jfs_quota_write()
802 bh = sb_bread(sb, tmp_bh.b_blocknr); in jfs_quota_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/affs/
H A Dfile.c467 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local
470 tmp_bh.b_state = 0; in affs_bread_ino()
475 bh->b_state |= tmp_bh.b_state; in affs_bread_ino()
486 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local
489 tmp_bh.b_state = 0; in affs_getzeroblk_ino()
490 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getzeroblk_ino()
494 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino()
505 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local
508 tmp_bh.b_state = 0; in affs_getemptyblk_ino()
509 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getemptyblk_ino()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/affs/
H A Dfile.c467 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local
470 tmp_bh.b_state = 0; in affs_bread_ino()
475 bh->b_state |= tmp_bh.b_state; in affs_bread_ino()
486 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local
489 tmp_bh.b_state = 0; in affs_getzeroblk_ino()
490 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getzeroblk_ino()
494 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino()
505 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local
508 tmp_bh.b_state = 0; in affs_getemptyblk_ino()
509 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getemptyblk_ino()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/affs/
H A Dfile.c467 struct buffer_head *bh, tmp_bh; in affs_bread_ino() local
470 tmp_bh.b_state = 0; in affs_bread_ino()
475 bh->b_state |= tmp_bh.b_state; in affs_bread_ino()
486 struct buffer_head *bh, tmp_bh; in affs_getzeroblk_ino() local
489 tmp_bh.b_state = 0; in affs_getzeroblk_ino()
490 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getzeroblk_ino()
494 bh->b_state |= tmp_bh.b_state; in affs_getzeroblk_ino()
505 struct buffer_head *bh, tmp_bh; in affs_getemptyblk_ino() local
508 tmp_bh.b_state = 0; in affs_getemptyblk_ino()
509 err = affs_get_block(inode, block, &tmp_bh, 1); in affs_getemptyblk_ino()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext2/
H A Dsuper.c1481 struct buffer_head tmp_bh; in ext2_quota_read() local
1494 tmp_bh.b_state = 0; in ext2_quota_read()
1495 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read()
1496 err = ext2_get_block(inode, blk, &tmp_bh, 0); in ext2_quota_read()
1499 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in ext2_quota_read()
1502 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_read()
1526 struct buffer_head tmp_bh; in ext2_quota_write() local
1533 tmp_bh.b_state = 0; in ext2_quota_write()
1534 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write()
1539 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext2/
H A Dsuper.c1481 struct buffer_head tmp_bh; in ext2_quota_read() local
1494 tmp_bh.b_state = 0; in ext2_quota_read()
1495 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read()
1496 err = ext2_get_block(inode, blk, &tmp_bh, 0); in ext2_quota_read()
1499 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in ext2_quota_read()
1502 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_read()
1526 struct buffer_head tmp_bh; in ext2_quota_write() local
1533 tmp_bh.b_state = 0; in ext2_quota_write()
1534 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write()
1539 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext2/
H A Dsuper.c1481 struct buffer_head tmp_bh; in ext2_quota_read() local
1494 tmp_bh.b_state = 0; in ext2_quota_read()
1495 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_read()
1496 err = ext2_get_block(inode, blk, &tmp_bh, 0); in ext2_quota_read()
1499 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in ext2_quota_read()
1502 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_read()
1526 struct buffer_head tmp_bh; in ext2_quota_write() local
1533 tmp_bh.b_state = 0; in ext2_quota_write()
1534 tmp_bh.b_size = sb->s_blocksize; in ext2_quota_write()
1539 bh = sb_bread(sb, tmp_bh.b_blocknr); in ext2_quota_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/reiserfs/
H A Dsuper.c2498 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local
2510 tmp_bh.b_state = 0; in reiserfs_quota_read()
2516 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read()
2520 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in reiserfs_quota_read()
2523 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_read()
2549 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local
2559 tmp_bh.b_state = 0; in reiserfs_quota_write()
2561 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
2566 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
2568 bh = sb_getblk(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
H A Djournal.c1648 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()
4184 struct buffer_head *tmp_bh; in do_journal_end() local
4187 tmp_bh = in do_journal_end()
4193 set_buffer_uptodate(tmp_bh); in do_journal_end()
4196 memcpy(tmp_bh->b_data, in do_journal_end()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/reiserfs/
H A Dsuper.c2498 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local
2510 tmp_bh.b_state = 0; in reiserfs_quota_read()
2516 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read()
2520 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in reiserfs_quota_read()
2523 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_read()
2549 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local
2559 tmp_bh.b_state = 0; in reiserfs_quota_write()
2561 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
2566 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
2568 bh = sb_getblk(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
H A Djournal.c1648 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()
4184 struct buffer_head *tmp_bh; in do_journal_end() local
4187 tmp_bh = in do_journal_end()
4193 set_buffer_uptodate(tmp_bh); in do_journal_end()
4196 memcpy(tmp_bh->b_data, in do_journal_end()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/reiserfs/
H A Dsuper.c2498 struct buffer_head tmp_bh, *bh; in reiserfs_quota_read() local
2510 tmp_bh.b_state = 0; in reiserfs_quota_read()
2516 err = reiserfs_get_block(inode, blk, &tmp_bh, 0); in reiserfs_quota_read()
2520 if (!buffer_mapped(&tmp_bh)) /* A hole? */ in reiserfs_quota_read()
2523 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_read()
2549 struct buffer_head tmp_bh, *bh; in reiserfs_quota_write() local
2559 tmp_bh.b_state = 0; in reiserfs_quota_write()
2561 err = reiserfs_get_block(inode, blk, &tmp_bh, GET_BLOCK_CREATE); in reiserfs_quota_write()
2566 bh = sb_bread(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
2568 bh = sb_getblk(sb, tmp_bh.b_blocknr); in reiserfs_quota_write()
H A Djournal.c1648 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()
4184 struct buffer_head *tmp_bh; in do_journal_end() local
4187 tmp_bh = in do_journal_end()
4193 set_buffer_uptodate(tmp_bh); in do_journal_end()
4196 memcpy(tmp_bh->b_data, in do_journal_end()
[all …]