Home
last modified time | relevance | path

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

/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()
/linux/fs/nilfs2/
H A Dcpfile.c164 struct buffer_head **bhp) in nilfs_cpfile_get_header_block() argument
166 int err = nilfs_mdt_get_block(cpfile, 0, 0, NULL, bhp); in nilfs_cpfile_get_header_block()
179 struct buffer_head **bhp) in nilfs_cpfile_get_checkpoint_block() argument
183 create, nilfs_cpfile_block_init, bhp); in nilfs_cpfile_get_checkpoint_block()
203 struct buffer_head **bhp) in nilfs_cpfile_find_checkpoint_block() argument
214 ret = nilfs_mdt_find_block(cpfile, start, end, &blkoff, bhp); in nilfs_cpfile_find_checkpoint_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()
472 struct buffer_head **bhp, in __nilfs_btree_get_block() argument
537 *bhp = bh; in __nilfs_btree_get_block()
542 struct buffer_head **bhp) in nilfs_btree_get_block() argument
544 return __nilfs_btree_get_block(btree, ptr, bhp, NULL); in nilfs_btree_get_block()
1745 struct buffer_head **bhp, in nilfs_btree_prepare_convert_and_insert() argument
1769 *bhp = NULL; in nilfs_btree_prepare_convert_and_insert()
1781 *bhp = bh; in nilfs_btree_prepare_convert_and_insert()
H A Dsufile.c92 struct buffer_head **bhp) in nilfs_sufile_get_header_block() argument
94 int err = nilfs_mdt_get_block(sufile, 0, 0, NULL, bhp); in nilfs_sufile_get_header_block()
106 int create, struct buffer_head **bhp) in nilfs_sufile_get_segment_usage_block() argument
110 create, NULL, bhp); in nilfs_sufile_get_segment_usage_block()
/linux/fs/gfs2/
H A Ddir.h50 struct buffer_head **bhp);
H A Ddir.c91 struct buffer_head **bhp) in gfs2_dir_get_new_buffer() argument
99 *bhp = bh; in gfs2_dir_get_new_buffer()
104 struct buffer_head **bhp) in gfs2_dir_get_existing_buffer() argument
116 *bhp = bh; in gfs2_dir_get_existing_buffer()
760 struct buffer_head **bhp) in get_leaf() argument
764 error = gfs2_meta_read(dip->i_gl, leaf_no, DIO_WAIT, 0, bhp); in get_leaf()
765 if (!error && gfs2_metatype_check(GFS2_SB(&dip->i_inode), *bhp, GFS2_METATYPE_LF)) { in get_leaf()
/linux/fs/adfs/
H A Dsuper.c257 struct adfs_discrecord **bhp)) in adfs_probe() argument