bhp                93 fs/gfs2/dir.c  			    struct buffer_head **bhp)
bhp               101 fs/gfs2/dir.c  	*bhp = bh;
bhp               106 fs/gfs2/dir.c  					struct buffer_head **bhp)
bhp               118 fs/gfs2/dir.c  	*bhp = bh;
bhp               760 fs/gfs2/dir.c  		    struct buffer_head **bhp)
bhp               764 fs/gfs2/dir.c  	error = gfs2_meta_read(dip->i_gl, leaf_no, DIO_WAIT, 0, bhp);
bhp               765 fs/gfs2/dir.c  	if (!error && gfs2_metatype_check(GFS2_SB(&dip->i_inode), *bhp, GFS2_METATYPE_LF)) {
bhp                50 fs/gfs2/dir.h  				   struct buffer_head **bhp);
bhp               248 fs/gfs2/meta_io.c 		   int rahead, struct buffer_head **bhp)
bhp               255 fs/gfs2/meta_io.c 		*bhp = NULL;
bhp               259 fs/gfs2/meta_io.c 	*bhp = bh = gfs2_getbuf(gl, blkno, CREATE);
bhp               288 fs/gfs2/meta_io.c 	bh = *bhp;
bhp               295 fs/gfs2/meta_io.c 		*bhp = NULL;
bhp               403 fs/gfs2/meta_io.c 			      struct buffer_head **bhp)
bhp               420 fs/gfs2/meta_io.c 		*bhp = bh;
bhp                53 fs/gfs2/meta_io.h 			  int rahead, struct buffer_head **bhp);
bhp                65 fs/gfs2/meta_io.h 				     struct buffer_head **bhp);
bhp                68 fs/gfs2/meta_io.h 					 struct buffer_head **bhp)
bhp                70 fs/gfs2/meta_io.h 	return gfs2_meta_indirect_buffer(ip, 0, ip->i_no_addr, bhp);
bhp               620 fs/gfs2/xattr.c static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp)
bhp               632 fs/gfs2/xattr.c 	*bhp = gfs2_meta_new(ip->i_gl, block);
bhp               633 fs/gfs2/xattr.c 	gfs2_trans_add_meta(ip->i_gl, *bhp);
bhp               634 fs/gfs2/xattr.c 	gfs2_metatype_set(*bhp, GFS2_METATYPE_EA, GFS2_FORMAT_EA);
bhp               635 fs/gfs2/xattr.c 	gfs2_buffer_clear_tail(*bhp, sizeof(struct gfs2_meta_header));
bhp               637 fs/gfs2/xattr.c 	ea = GFS2_EA_BH2FIRST(*bhp);
bhp                71 fs/hpfs/buffer.c void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp,
bhp                82 fs/hpfs/buffer.c 	*bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno));
bhp                93 fs/hpfs/buffer.c void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp)
bhp               102 fs/hpfs/buffer.c 	if ((*bhp = bh = sb_getblk(s, hpfs_search_hotfix_map(s, secno))) != NULL) {
bhp               164 fs/hpfs/map.c  struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp)
bhp               170 fs/hpfs/map.c  	if ((fnode = hpfs_map_sector(s, ino, bhp, FNODE_RD_AHEAD))) {
bhp               217 fs/hpfs/map.c  	brelse(*bhp);
bhp               221 fs/hpfs/map.c  struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp)
bhp               225 fs/hpfs/map.c  	if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD)))
bhp               248 fs/hpfs/map.c  	brelse(*bhp);
bhp               129 fs/jbd2/recovery.c static int jread(struct buffer_head **bhp, journal_t *journal,
bhp               136 fs/jbd2/recovery.c 	*bhp = NULL;
bhp               170 fs/jbd2/recovery.c 	*bhp = bh;
bhp               201 fs/nilfs2/alloc.c 				  struct buffer_head **bhp,
bhp               210 fs/nilfs2/alloc.c 		*bhp = prev->bh;
bhp               216 fs/nilfs2/alloc.c 	ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp);
bhp               224 fs/nilfs2/alloc.c 		get_bh(*bhp);
bhp               225 fs/nilfs2/alloc.c 		prev->bh = *bhp;
bhp               261 fs/nilfs2/alloc.c 				       int create, struct buffer_head **bhp)
bhp               268 fs/nilfs2/alloc.c 				      bhp, &cache->prev_desc, &cache->lock);
bhp               280 fs/nilfs2/alloc.c 					 int create, struct buffer_head **bhp)
bhp               286 fs/nilfs2/alloc.c 				      create, NULL, bhp,
bhp               314 fs/nilfs2/alloc.c 				 int create, struct buffer_head **bhp)
bhp               320 fs/nilfs2/alloc.c 				      create, NULL, bhp,
bhp                59 fs/nilfs2/btree.c 				     __u64 ptr, struct buffer_head **bhp)
bhp                69 fs/nilfs2/btree.c 	*bhp = bh;
bhp               470 fs/nilfs2/btree.c 				   struct buffer_head **bhp,
bhp               525 fs/nilfs2/btree.c 	*bhp = bh;
bhp               530 fs/nilfs2/btree.c 				   struct buffer_head **bhp)
bhp               532 fs/nilfs2/btree.c 	return __nilfs_btree_get_block(btree, ptr, bhp, NULL);
bhp              1729 fs/nilfs2/btree.c 				       struct buffer_head **bhp,
bhp              1749 fs/nilfs2/btree.c 	*bhp = NULL;
bhp              1761 fs/nilfs2/btree.c 		*bhp = bh;
bhp               129 fs/nilfs2/cpfile.c 						struct buffer_head **bhp)
bhp               131 fs/nilfs2/cpfile.c 	return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp);
bhp               137 fs/nilfs2/cpfile.c 						    struct buffer_head **bhp)
bhp               141 fs/nilfs2/cpfile.c 				   create, nilfs_cpfile_block_init, bhp);
bhp               164 fs/nilfs2/cpfile.c 					      struct buffer_head **bhp)
bhp               175 fs/nilfs2/cpfile.c 	ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp);
bhp               218 fs/nilfs2/cpfile.c 				struct buffer_head **bhp)
bhp               265 fs/nilfs2/cpfile.c 	*bhp = cp_bh;
bhp               109 fs/nilfs2/segbuf.c 				struct buffer_head **bhp)
bhp               119 fs/nilfs2/segbuf.c 	*bhp = bh;
bhp                83 fs/nilfs2/sufile.c 						struct buffer_head **bhp)
bhp                85 fs/nilfs2/sufile.c 	return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp);
bhp                90 fs/nilfs2/sufile.c 				     int create, struct buffer_head **bhp)
bhp                94 fs/nilfs2/sufile.c 				   create, NULL, bhp);
bhp               152 fs/ocfs2/quota_global.c 				struct buffer_head **bhp)
bhp               156 fs/ocfs2/quota_global.c 	*bhp = NULL;
bhp               157 fs/ocfs2/quota_global.c 	rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0,