pbh               813 fs/gfs2/dir.c  					      struct buffer_head **pbh)
pbh               861 fs/gfs2/dir.c  	*pbh = bh;
pbh               865 fs/gfs2/dir.c  static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh, u16 depth)
pbh               898 fs/gfs2/dir.c  	*pbh = bh;
pbh               445 fs/nilfs2/bmap.c 	struct buffer_head *pbh;
pbh               450 fs/nilfs2/bmap.c 	for (pbh = page_buffers(bh->b_page); pbh != bh; pbh = pbh->b_this_page)
pbh                57 fs/nilfs2/btnode.c 			      struct buffer_head **pbh, sector_t *submit_ptr)
pbh               113 fs/nilfs2/btnode.c 	*pbh = bh;
pbh               865 fs/nilfs2/inode.c int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh)
pbh               875 fs/nilfs2/inode.c 						  inode->i_ino, pbh);
pbh               880 fs/nilfs2/inode.c 			ii->i_bh = *pbh;
pbh               882 fs/nilfs2/inode.c 			brelse(*pbh);
pbh               883 fs/nilfs2/inode.c 			*pbh = ii->i_bh;
pbh               886 fs/nilfs2/inode.c 		*pbh = ii->i_bh;
pbh               888 fs/nilfs2/inode.c 	get_bh(*pbh);
pbh               273 fs/nilfs2/nilfs.h int nilfs_load_inode_block(struct inode *inode, struct buffer_head **pbh);
pbh               131 fs/nilfs2/recovery.c 				struct buffer_head **pbh, int check)
pbh               138 fs/nilfs2/recovery.c 	*pbh = NULL;
pbh               164 fs/nilfs2/recovery.c 	*pbh = bh_sr;
pbh               243 fs/nilfs2/recovery.c 				     struct buffer_head **pbh,
pbh               249 fs/nilfs2/recovery.c 	BUG_ON((*pbh)->b_size < *offset);
pbh               250 fs/nilfs2/recovery.c 	if (bytes > (*pbh)->b_size - *offset) {
pbh               251 fs/nilfs2/recovery.c 		blocknr = (*pbh)->b_blocknr;
pbh               252 fs/nilfs2/recovery.c 		brelse(*pbh);
pbh               253 fs/nilfs2/recovery.c 		*pbh = __bread(nilfs->ns_bdev, blocknr + 1,
pbh               255 fs/nilfs2/recovery.c 		if (unlikely(!*pbh))
pbh               259 fs/nilfs2/recovery.c 	ptr = (*pbh)->b_data + *offset;
pbh               273 fs/nilfs2/recovery.c 				    struct buffer_head **pbh,
pbh               278 fs/nilfs2/recovery.c 		= ((*pbh)->b_size - *offset) / bytes;
pbh               283 fs/nilfs2/recovery.c 		sector_t blocknr = (*pbh)->b_blocknr;
pbh               284 fs/nilfs2/recovery.c 		unsigned int nitem_per_block = (*pbh)->b_size / bytes;
pbh               291 fs/nilfs2/recovery.c 		brelse(*pbh);
pbh               292 fs/nilfs2/recovery.c 		*pbh = __bread(nilfs->ns_bdev, blocknr + bcnt,
pbh               834 fs/nilfs2/super.c 						 struct buffer_head **pbh)
pbh               840 fs/nilfs2/super.c 	*pbh = sb_bread(sb, sb_index);
pbh               841 fs/nilfs2/super.c 	if (!*pbh)
pbh               843 fs/nilfs2/super.c 	return (struct nilfs_super_block *)((char *)(*pbh)->b_data + offset);