Home
last modified time | relevance | path

Searched refs:bhp (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/fs/gfs2/
Dmeta_io.h55 int flags, struct buffer_head **bhp);
68 int new, struct buffer_head **bhp);
71 struct buffer_head **bhp) in gfs2_meta_inode_buffer() argument
73 return gfs2_meta_indirect_buffer(ip, 0, ip->i_no_addr, 0, bhp); in gfs2_meta_inode_buffer()
Dmeta_io.c210 struct buffer_head **bhp) in gfs2_meta_read() argument
218 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
383 int new, struct buffer_head **bhp) in gfs2_meta_indirect_buffer() argument
404 *bhp = bh; in gfs2_meta_indirect_buffer()
Ddir.h37 struct buffer_head **bhp);
Dxattr.c611 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk() argument
623 *bhp = gfs2_meta_new(ip->i_gl, block); in ea_alloc_blk()
624 gfs2_trans_add_bh(ip->i_gl, *bhp, 1); in ea_alloc_blk()
625 gfs2_metatype_set(*bhp, GFS2_METATYPE_EA, GFS2_FORMAT_EA); in ea_alloc_blk()
626 gfs2_buffer_clear_tail(*bhp, sizeof(struct gfs2_meta_header)); in ea_alloc_blk()
628 ea = GFS2_EA_BH2FIRST(*bhp); in ea_alloc_blk()
Ddir.c92 struct buffer_head **bhp) in gfs2_dir_get_new_buffer() argument
100 *bhp = bh; in gfs2_dir_get_new_buffer()
105 struct buffer_head **bhp) in gfs2_dir_get_existing_buffer() argument
117 *bhp = bh; in gfs2_dir_get_existing_buffer()
667 struct buffer_head **bhp) in get_leaf() argument
671 error = gfs2_meta_read(dip->i_gl, leaf_no, DIO_WAIT, bhp); in get_leaf()
672 if (!error && gfs2_metatype_check(GFS2_SB(&dip->i_inode), *bhp, GFS2_METATYPE_LF)) { in get_leaf()
Dinode.c630 const u64 *generation, dev_t dev, struct buffer_head **bhp) in init_dinode() argument
683 *bhp = dibh; in init_dinode()
688 const u64 *generation, dev_t dev, struct buffer_head **bhp) in make_dinode() argument
710 init_dinode(dip, gl, inum, mode, uid, gid, generation, dev, bhp); in make_dinode()
/linux-2.6.39/fs/nilfs2/
Dalloc.c211 struct buffer_head **bhp, in nilfs_palloc_get_block() argument
220 *bhp = prev->bh; in nilfs_palloc_get_block()
226 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
234 get_bh(*bhp); in nilfs_palloc_get_block()
235 prev->bh = *bhp; in nilfs_palloc_get_block()
251 int create, struct buffer_head **bhp) in nilfs_palloc_get_desc_block() argument
258 bhp, &cache->prev_desc, &cache->lock); in nilfs_palloc_get_desc_block()
270 int create, struct buffer_head **bhp) in nilfs_palloc_get_bitmap_block() argument
276 create, NULL, bhp, in nilfs_palloc_get_bitmap_block()
288 int create, struct buffer_head **bhp) in nilfs_palloc_get_entry_block() argument
[all …]
Dcpfile.c134 struct buffer_head **bhp) in nilfs_cpfile_get_header_block() argument
136 return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block()
142 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint_block() argument
146 create, nilfs_cpfile_block_init, bhp); in nilfs_cpfile_get_checkpoint_block()
185 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint() argument
232 *bhp = cp_bh; in nilfs_cpfile_get_checkpoint()
Dsufile.c85 struct buffer_head **bhp) in nilfs_sufile_get_header_block() argument
87 return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block()
92 int create, struct buffer_head **bhp) in nilfs_sufile_get_segment_usage_block() argument
96 create, NULL, bhp); in nilfs_sufile_get_segment_usage_block()
Dbtree.c70 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() argument
80 *bhp = bh; in nilfs_btree_get_new_block()
445 struct buffer_head **bhp, in __nilfs_btree_get_block() argument
495 *bhp = bh; in __nilfs_btree_get_block()
500 struct buffer_head **bhp) in nilfs_btree_get_block() argument
502 return __nilfs_btree_get_block(btree, ptr, bhp, NULL); in nilfs_btree_get_block()
1629 struct buffer_head **bhp, in nilfs_btree_prepare_convert_and_insert() argument
1649 *bhp = NULL; in nilfs_btree_prepare_convert_and_insert()
1661 *bhp = bh; in nilfs_btree_prepare_convert_and_insert()
Dsegbuf.c122 struct buffer_head **bhp) in nilfs_segbuf_extend_payload() argument
132 *bhp = bh; in nilfs_segbuf_extend_payload()
/linux-2.6.39/fs/hpfs/
Dbuffer.c14 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() argument
23 *bhp = bh = sb_bread(s, secno); in hpfs_map_sector()
34 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() argument
43 if ((*bhp = bh = sb_getblk(s, secno)) != NULL) { in hpfs_get_sector()
Dmap.c118 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() argument
124 if ((fnode = hpfs_map_sector(s, ino, bhp, FNODE_RD_AHEAD))) { in hpfs_map_fnode()
171 brelse(*bhp); in hpfs_map_fnode()
175 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() argument
179 if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD))) in hpfs_map_anode()
202 brelse(*bhp); in hpfs_map_anode()
/linux-2.6.39/fs/jbd/
Drecovery.c130 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument
137 *bhp = NULL; in jread()
171 *bhp = bh; in jread()
/linux-2.6.39/fs/jbd2/
Drecovery.c131 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument
138 *bhp = NULL; in jread()
172 *bhp = bh; in jread()
/linux-2.6.39/fs/ocfs2/
Dquota_global.c146 struct buffer_head **bhp) in ocfs2_read_quota_phys_block() argument
150 *bhp = NULL; in ocfs2_read_quota_phys_block()
151 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0, in ocfs2_read_quota_phys_block()