Searched refs:old_dir_bh (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dnamei.c688 struct buffer_head *old_dir_bh = NULL; local
709 err = ocfs2_double_lock(osb, &old_dir_bh, old_dir,
718 * get an extra ref on old_dir_bh if old==new */
720 if (old_dir_bh) {
721 parent_fe_bh = old_dir_bh;
724 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str);
832 brelse(old_dir_bh);
1217 struct buffer_head *old_dir_bh = NULL; local
1292 status = ocfs2_double_lock(osb, &old_dir_bh, old_dir,
1306 * get an extra ref on old_dir_bh i
[all...]

Completed in 93 milliseconds