nbh              1007 fs/gfs2/dir.c  	struct buffer_head *nbh, *obh, *dibh;
nbh              1035 fs/gfs2/dir.c  	nleaf = new_leaf(inode, &nbh, be16_to_cpu(oleaf->lf_depth) + 1);
nbh              1040 fs/gfs2/dir.c  	bn = nbh->b_blocknr;
nbh              1094 fs/gfs2/dir.c  			void *ptr = ((char *)dent - obh->b_data) + nbh->b_data;
nbh              1098 fs/gfs2/dir.c  			new = gfs2_dirent_split_alloc(inode, nbh, &str, ptr);
nbh              1133 fs/gfs2/dir.c  	brelse(nbh);
nbh              1142 fs/gfs2/dir.c  	brelse(nbh);
nbh               460 fs/jbd2/recovery.c 		struct buffer_head *	nbh;
nbh               611 fs/jbd2/recovery.c 					nbh = __getblk(journal->j_fs_dev,
nbh               614 fs/jbd2/recovery.c 					if (nbh == NULL) {
nbh               624 fs/jbd2/recovery.c 					lock_buffer(nbh);
nbh               625 fs/jbd2/recovery.c 					memcpy(nbh->b_data, obh->b_data,
nbh               628 fs/jbd2/recovery.c 						*((__be32 *)nbh->b_data) =
nbh               632 fs/jbd2/recovery.c 					BUFFER_TRACE(nbh, "marking dirty");
nbh               633 fs/jbd2/recovery.c 					set_buffer_uptodate(nbh);
nbh               634 fs/jbd2/recovery.c 					mark_buffer_dirty(nbh);
nbh               635 fs/jbd2/recovery.c 					BUFFER_TRACE(nbh, "marking uptodate");
nbh               638 fs/jbd2/recovery.c 					unlock_buffer(nbh);
nbh               640 fs/jbd2/recovery.c 					brelse(nbh);
nbh               159 fs/nilfs2/btnode.c 	struct buffer_head *obh, *nbh;
nbh               202 fs/nilfs2/btnode.c 	nbh = nilfs_btnode_create_block(btnc, newkey);
nbh               203 fs/nilfs2/btnode.c 	if (!nbh)
nbh               206 fs/nilfs2/btnode.c 	BUG_ON(nbh == obh);
nbh               207 fs/nilfs2/btnode.c 	ctxt->newbh = nbh;
nbh               222 fs/nilfs2/btnode.c 	struct buffer_head *obh = ctxt->bh, *nbh = ctxt->newbh;
nbh               229 fs/nilfs2/btnode.c 	if (nbh == NULL) {	/* blocksize == pagesize */
nbh               246 fs/nilfs2/btnode.c 		nilfs_copy_buffer(nbh, obh);
nbh               247 fs/nilfs2/btnode.c 		mark_buffer_dirty(nbh);
nbh               249 fs/nilfs2/btnode.c 		nbh->b_blocknr = newkey;
nbh               250 fs/nilfs2/btnode.c 		ctxt->bh = nbh;
nbh               262 fs/nilfs2/btnode.c 	struct buffer_head *nbh = ctxt->newbh;
nbh               268 fs/nilfs2/btnode.c 	if (nbh == NULL) {	/* blocksize == pagesize */
nbh               272 fs/nilfs2/btnode.c 		brelse(nbh);