Lines Matching refs:bh
42 struct buffer_head *bh = NULL; in isofs_find_entry() local
57 if (!bh) { in isofs_find_entry()
58 bh = isofs_bread(dir, block); in isofs_find_entry()
59 if (!bh) in isofs_find_entry()
63 de = (struct iso_directory_record *) (bh->b_data + offset); in isofs_find_entry()
67 brelse(bh); in isofs_find_entry()
68 bh = NULL; in isofs_find_entry()
75 block_saved = bh->b_blocknr; in isofs_find_entry()
86 brelse(bh); in isofs_find_entry()
87 bh = NULL; in isofs_find_entry()
89 bh = isofs_bread(dir, block); in isofs_find_entry()
90 if (!bh) in isofs_find_entry()
92 memcpy((void *) tmpde + slop, bh->b_data, offset); in isofs_find_entry()
143 brelse(bh); in isofs_find_entry()
147 brelse(bh); in isofs_find_entry()