Searched refs:tbh (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/reiserfs/ ! |
D | journal.c | 621 struct buffer_head *tbh = NULL ; in flush_commit_list() local 691 tbh = journal_get_hash_table(s, bn) ; in flush_commit_list() 697 if (tbh) { in flush_commit_list() 698 if (buffer_locked(tbh)) { /* wait on it, redo it just to make sure */ in flush_commit_list() 699 wait_on_buffer(tbh) ; in flush_commit_list() 700 if (!buffer_uptodate(tbh)) { in flush_commit_list() 704 if (buffer_dirty(tbh)) { in flush_commit_list() 707 mark_buffer_dirty(tbh) ; in flush_commit_list() 709 ll_rw_block(WRITE, 1, &tbh) ; in flush_commit_list() 711 put_bh(tbh) ; /* once for our get_hash */ in flush_commit_list() [all …]
|
/linux-2.4.37.9/fs/udf/ ! |
D | inode.c | 1240 struct buffer_head *tbh = NULL; in udf_fill_inode() local 1243 udf_get_extendedattr(inode, 12, 1, &tbh); in udf_fill_inode() 1251 udf_release_data(tbh); in udf_fill_inode() 1394 struct buffer_head *tbh = NULL; in udf_update_inode() local 1397 udf_get_extendedattr(inode, 12, 1, &tbh); in udf_update_inode() 1404 sizeof(regid), 12, 0x3, &tbh); in udf_update_inode() 1418 mark_buffer_dirty_inode(tbh, inode); in udf_update_inode() 1419 udf_release_data(tbh); in udf_update_inode()
|