Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dmeta_io.h55 int rahead, struct buffer_head **bhp);
67 struct buffer_head **bhp);
70 struct buffer_head **bhp) in gfs2_meta_inode_buffer() argument
72 return gfs2_meta_buffer(ip, GFS2_METATYPE_DI, ip->i_no_addr, bhp); in gfs2_meta_inode_buffer()
H A Dmeta_io.c254 int rahead, struct buffer_head **bhp) in gfs2_meta_read() argument
262 *bhp = NULL; in gfs2_meta_read()
266 *bhp = bh = gfs2_getbuf(gl, blkno, CREATE); in gfs2_meta_read()
295 bh = *bhp; in gfs2_meta_read()
302 *bhp = NULL; in gfs2_meta_read()
489 struct buffer_head **bhp) in gfs2_meta_buffer() argument
505 *bhp = bh; in gfs2_meta_buffer()
H A Ddir.h50 struct buffer_head **bhp);
H A Dxattr.c634 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk() argument
646 *bhp = gfs2_meta_new(ip->i_gl, block); in ea_alloc_blk()
647 gfs2_trans_add_meta(ip->i_gl, *bhp); in ea_alloc_blk()
648 gfs2_metatype_set(*bhp, GFS2_METATYPE_EA, GFS2_FORMAT_EA); in ea_alloc_blk()
649 gfs2_buffer_clear_tail(*bhp, sizeof(struct gfs2_meta_header)); in ea_alloc_blk()
651 ea = GFS2_EA_BH2FIRST(*bhp); in ea_alloc_blk()
H A Ddir.c90 struct buffer_head **bhp) in gfs2_dir_get_new_buffer() argument
98 *bhp = bh; in gfs2_dir_get_new_buffer()
103 struct buffer_head **bhp) in gfs2_dir_get_existing_buffer() argument
115 *bhp = bh; in gfs2_dir_get_existing_buffer()
756 struct buffer_head **bhp) in get_leaf() argument
760 error = gfs2_meta_read(dip->i_gl, leaf_no, DIO_WAIT, 0, bhp); in get_leaf()
761 if (!error && gfs2_metatype_check(GFS2_SB(&dip->i_inode), *bhp, GFS2_METATYPE_LF)) { in get_leaf()
/openbmc/linux/fs/nilfs2/
H A Dalloc.c201 struct buffer_head **bhp, in nilfs_palloc_get_block() argument
211 *bhp = prev->bh; in nilfs_palloc_get_block()
217 ret = nilfs_mdt_get_block(inode, blkoff, create, init_block, bhp); in nilfs_palloc_get_block()
225 get_bh(*bhp); in nilfs_palloc_get_block()
226 prev->bh = *bhp; in nilfs_palloc_get_block()
262 int create, struct buffer_head **bhp) in nilfs_palloc_get_desc_block() argument
269 bhp, &cache->prev_desc, &cache->lock); in nilfs_palloc_get_desc_block()
281 int create, struct buffer_head **bhp) in nilfs_palloc_get_bitmap_block() argument
287 create, NULL, bhp, in nilfs_palloc_get_bitmap_block()
315 int create, struct buffer_head **bhp) in nilfs_palloc_get_entry_block() argument
[all …]
H A Dcpfile.c129 struct buffer_head **bhp) in nilfs_cpfile_get_header_block() argument
131 return nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block()
137 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint_block() argument
141 create, nilfs_cpfile_block_init, bhp); in nilfs_cpfile_get_checkpoint_block()
164 struct buffer_head **bhp) in nilfs_cpfile_find_checkpoint_block() argument
175 ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp); in nilfs_cpfile_find_checkpoint_block()
218 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint() argument
265 *bhp = cp_bh; in nilfs_cpfile_get_checkpoint()
H A Dsegbuf.c115 struct buffer_head **bhp) in nilfs_segbuf_extend_payload() argument
125 *bhp = bh; in nilfs_segbuf_extend_payload()
H A Dsufile.c83 struct buffer_head **bhp) in nilfs_sufile_get_header_block() argument
85 return nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block()
90 int create, struct buffer_head **bhp) in nilfs_sufile_get_segment_usage_block() argument
94 create, NULL, bhp); in nilfs_sufile_get_segment_usage_block()
H A Dbtree.c59 __u64 ptr, struct buffer_head **bhp) in nilfs_btree_get_new_block() argument
70 *bhp = bh; in nilfs_btree_get_new_block()
471 struct buffer_head **bhp, in __nilfs_btree_get_block() argument
536 *bhp = bh; in __nilfs_btree_get_block()
541 struct buffer_head **bhp) in nilfs_btree_get_block() argument
543 return __nilfs_btree_get_block(btree, ptr, bhp, NULL); in nilfs_btree_get_block()
1742 struct buffer_head **bhp, in nilfs_btree_prepare_convert_and_insert() argument
1766 *bhp = NULL; in nilfs_btree_prepare_convert_and_insert()
1778 *bhp = bh; in nilfs_btree_prepare_convert_and_insert()
/openbmc/linux/fs/hpfs/
H A Dmap.c164 struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp) in hpfs_map_fnode() argument
170 if ((fnode = hpfs_map_sector(s, ino, bhp, FNODE_RD_AHEAD))) { in hpfs_map_fnode()
217 brelse(*bhp); in hpfs_map_fnode()
221 struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp) in hpfs_map_anode() argument
225 if ((anode = hpfs_map_sector(s, ano, bhp, ANODE_RD_AHEAD))) in hpfs_map_anode()
248 brelse(*bhp); in hpfs_map_anode()
H A Dbuffer.c71 void *hpfs_map_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp, in hpfs_map_sector() argument
82 *bhp = bh = sb_bread(s, hpfs_search_hotfix_map(s, secno)); in hpfs_map_sector()
93 void *hpfs_get_sector(struct super_block *s, unsigned secno, struct buffer_head **bhp) in hpfs_get_sector() argument
102 if ((*bhp = bh = sb_getblk(s, hpfs_search_hotfix_map(s, secno))) != NULL) { in hpfs_get_sector()
/openbmc/openbmc/poky/meta/recipes-support/db/db/
H A D0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch58 MVCC_MPROTECT(bhp->buf, mfp->pagesize,
64 alloc_bhp->priority = bhp->priority;
65 alloc_bhp->pgno = bhp->pgno;
70 @@ -276,7 +276,7 @@ __memp_bh_freeze(dbmp, infop, hp, bhp, need_frozenp)
72 memcpy(frozen_bhp, bhp, SSZA(BH, buf));
/openbmc/linux/kernel/rcu/
H A Dtasks.h1473 static void trc_add_holdout(struct task_struct *t, struct list_head *bhp) in trc_add_holdout() argument
1477 list_add(&t->trc_holdout_list, bhp); in trc_add_holdout()
1530 struct list_head *bhp = bhp_in; in trc_inspect_reader() local
1571 trc_add_holdout(t, bhp); in trc_inspect_reader()
1577 struct list_head *bhp) in trc_wait_for_one_reader() argument
1594 if (!task_call_func(t, trc_inspect_reader, bhp)) { in trc_wait_for_one_reader()
1607 trc_add_holdout(t, bhp); in trc_wait_for_one_reader()
/openbmc/linux/fs/jbd2/
H A Drecovery.c129 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() argument
136 *bhp = NULL; in jread()
175 *bhp = bh; in jread()
/openbmc/linux/fs/ocfs2/
H A Dquota_global.c152 struct buffer_head **bhp) in ocfs2_read_quota_phys_block() argument
156 *bhp = NULL; in ocfs2_read_quota_phys_block()
157 rc = ocfs2_read_blocks(INODE_CACHE(inode), p_block, 1, bhp, 0, in ocfs2_read_quota_phys_block()
/openbmc/linux/fs/adfs/
H A Dsuper.c283 struct adfs_discrecord **bhp)) in adfs_probe() argument