Lines Matching refs:bh_old
454 struct buffer_head *bh_old = NULL;
458 bh_old = affs_bread(sb, d_inode(old_dentry)->i_ino);
459 if (!bh_old)
464 affs_brelse(bh_old);
470 retval = affs_remove_hash(old_dir, bh_old);
483 affs_copy_name(AFFS_TAIL(sb, bh_old)->name, new_dentry);
484 affs_fix_checksum(sb, bh_old);
486 retval = affs_insert_hash(new_dir, bh_old);
496 mark_buffer_dirty_inode(bh_old, new_dir);
498 affs_brelse(bh_old);