bh_new 455 fs/affs/namei.c struct buffer_head *bh_new = NULL; bh_new 462 fs/affs/namei.c bh_new = affs_bread(sb, d_inode(new_dentry)->i_ino); bh_new 463 fs/affs/namei.c if (!bh_new) bh_new 475 fs/affs/namei.c retval = affs_remove_hash(new_dir, bh_new); bh_new 488 fs/affs/namei.c affs_copy_name(AFFS_TAIL(sb, bh_new)->name, old_dentry); bh_new 489 fs/affs/namei.c affs_fix_checksum(sb, bh_new); bh_new 491 fs/affs/namei.c retval = affs_insert_hash(old_dir, bh_new); bh_new 495 fs/affs/namei.c mark_buffer_dirty_inode(bh_new, old_dir); bh_new 497 fs/affs/namei.c affs_brelse(bh_new);