Lines Matching refs:bh_old
457 struct buffer_head *bh_old = NULL;
461 bh_old = affs_bread(sb, d_inode(old_dentry)->i_ino);
462 if (!bh_old)
467 affs_brelse(bh_old);
473 retval = affs_remove_hash(old_dir, bh_old);
486 affs_copy_name(AFFS_TAIL(sb, bh_old)->name, new_dentry);
487 affs_fix_checksum(sb, bh_old);
489 retval = affs_insert_hash(new_dir, bh_old);
499 mark_buffer_dirty_inode(bh_old, new_dir);
501 affs_brelse(bh_old);