Searched refs:bhp (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/hpfs/ |
| H A D | map.c | 164 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 D | buffer.c | 71 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/gfs2/ |
| H A D | dir.h | 50 struct buffer_head **bhp);
|
| H A D | xattr.c | 638 static int ea_alloc_blk(struct gfs2_inode *ip, struct buffer_head **bhp) in ea_alloc_blk() argument 650 *bhp = gfs2_meta_new(ip->i_gl, block); in ea_alloc_blk() 651 gfs2_trans_add_meta(ip->i_gl, *bhp); in ea_alloc_blk() 652 gfs2_metatype_set(*bhp, GFS2_METATYPE_EA, GFS2_FORMAT_EA); in ea_alloc_blk() 653 gfs2_buffer_clear_tail(*bhp, sizeof(struct gfs2_meta_header)); in ea_alloc_blk() 655 ea = GFS2_EA_BH2FIRST(*bhp); in ea_alloc_blk()
|
| /linux/fs/adfs/ |
| H A D | super.c | 257 struct adfs_discrecord **bhp)) in adfs_probe() argument
|
| /linux/fs/ |
| H A D | buffer.c | 144 bool bio_endio_bh(struct bio *bio, struct buffer_head **bhp) in bio_endio_bh() argument 153 *bhp = bh; in bio_endio_bh()
|