Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Daops.c336 tbh = arr[i]; in ntfs_read_block()
343 tbh = arr[i]; in ntfs_read_block()
1114 tbh = bhs[i]; in ntfs_write_mst_block()
1179 tbh = bhs[i]; in ntfs_write_mst_block()
1180 if (!tbh) in ntfs_write_mst_block()
1188 get_bh(tbh); in ntfs_write_mst_block()
1198 tbh = bhs[i]; in ntfs_write_mst_block()
1199 if (!tbh) in ntfs_write_mst_block()
1231 tbh = bhs[i]; in ntfs_write_mst_block()
1233 if (!tbh) in ntfs_write_mst_block()
[all …]
H A Dcompress.c651 struct buffer_head *tbh = bhs[i]; in ntfs_read_compressed_block() local
653 if (!trylock_buffer(tbh)) in ntfs_read_compressed_block()
655 if (unlikely(buffer_uptodate(tbh))) { in ntfs_read_compressed_block()
656 unlock_buffer(tbh); in ntfs_read_compressed_block()
659 get_bh(tbh); in ntfs_read_compressed_block()
661 submit_bh(REQ_OP_READ, tbh); in ntfs_read_compressed_block()
666 struct buffer_head *tbh = bhs[i]; in ntfs_read_compressed_block() local
668 if (buffer_uptodate(tbh)) in ntfs_read_compressed_block()
670 wait_on_buffer(tbh); in ntfs_read_compressed_block()
684 get_bh(tbh); in ntfs_read_compressed_block()
[all …]
H A Dmft.c580 if (!trylock_buffer(tbh)) in ntfs_sync_mft_mirror()
583 clear_buffer_dirty(tbh); in ntfs_sync_mft_mirror()
584 get_bh(tbh); in ntfs_sync_mft_mirror()
592 wait_on_buffer(tbh); in ntfs_sync_mft_mirror()
599 set_buffer_uptodate(tbh); in ntfs_sync_mft_mirror()
777 if (!trylock_buffer(tbh)) in write_mft_record_nolock()
780 clear_buffer_dirty(tbh); in write_mft_record_nolock()
781 get_bh(tbh); in write_mft_record_nolock()
783 submit_bh(REQ_OP_WRITE, tbh); in write_mft_record_nolock()
792 wait_on_buffer(tbh); in write_mft_record_nolock()
[all …]
/openbmc/linux/fs/reiserfs/
H A Djournal.c975 struct buffer_head *tbh = NULL; in flush_commit_list() local
1053 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1054 if (tbh) { in flush_commit_list()
1055 if (buffer_dirty(tbh)) { in flush_commit_list()
1057 write_dirty_buffer(tbh, 0); in flush_commit_list()
1060 put_bh(tbh) ; in flush_commit_list()
1072 __wait_on_buffer(tbh); in flush_commit_list()
1079 if (buffer_dirty(tbh)) { in flush_commit_list()
1081 sync_dirty_buffer(tbh); in flush_commit_list()
1092 put_bh(tbh); in flush_commit_list()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch3611 +T tbh [pc, r12, lsl #1]