Lines Matching refs:old_bh
1024 struct buffer_head *new_bh, *old_bh;
1027 epold = exfat_get_dentry(sb, p_dir, oldentry, &old_bh, §or_old);
1059 brelse(old_bh);
1062 epold = exfat_get_dentry(sb, p_dir, oldentry + 1, &old_bh,
1069 brelse(old_bh);
1075 brelse(old_bh);
1091 exfat_update_bh(old_bh, sync);
1092 brelse(old_bh);
1216 struct buffer_head *old_bh, *new_bh = NULL;
1232 ep = exfat_get_dentry(sb, &olddir, dentry, &old_bh, NULL);
1237 brelse(old_bh);