Home
last modified time | relevance | path

Searched refs:bh_new (Results 1 – 1 of 1) sorted by relevance

/linux/fs/affs/
H A Dnamei.c458 struct buffer_head *bh_new = NULL; in affs_xrename() local
465 bh_new = affs_bread(sb, d_inode(new_dentry)->i_ino); in affs_xrename()
466 if (!bh_new) { in affs_xrename()
480 retval = affs_remove_hash(new_dir, bh_new); in affs_xrename()
493 affs_copy_name(AFFS_TAIL(sb, bh_new)->name, old_dentry); in affs_xrename()
494 affs_fix_checksum(sb, bh_new); in affs_xrename()
496 retval = affs_insert_hash(old_dir, bh_new); in affs_xrename()
500 mark_buffer_dirty_inode(bh_new, old_dir); in affs_xrename()
502 affs_brelse(bh_new); in affs_xrename()