Searched refs:bh_map (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dbmap.c407 * @bh_map: This is used to return the mapping details
428 struct buffer_head *bh_map, struct metapath *mp,
550 map_bh(bh_map, inode->i_sb, dblock);
551 bh_map->b_size = dblks << inode->i_blkbits;
552 set_buffer_new(bh_map);
560 * @bh_map: The bh to be mapped
571 struct buffer_head *bh_map, int create)
576 const unsigned int maxlen = bh_map->b_size >> inode->i_blkbits;
591 clear_buffer_mapped(bh_map);
592 clear_buffer_new(bh_map);
427 gfs2_bmap_alloc(struct inode *inode, const sector_t lblock, struct buffer_head *bh_map, struct metapath *mp, const unsigned int sheight, const unsigned int height, const unsigned int maxlen) argument
570 gfs2_block_map(struct inode *inode, sector_t lblock, struct buffer_head *bh_map, int create) argument
[all...]
H A Drecovery.c390 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; local
394 bh_map.b_size = 1 << ip->i_inode.i_blkbits;
395 error = gfs2_block_map(&ip->i_inode, lblock, &bh_map, 0);
398 if (!bh_map.b_blocknr) {
403 bh = sb_getblk(sdp->sd_vfs, bh_map.b_blocknr);
H A Dquota.c305 struct buffer_head bh_map = { .b_state = 0, .b_blocknr = 0 }; local
317 bh_map.b_size = 1 << ip->i_inode.i_blkbits;
318 error = gfs2_block_map(&ip->i_inode, block, &bh_map, 0);
321 error = gfs2_meta_read(ip->i_gl, bh_map.b_blocknr, DIO_WAIT, &bh);

Completed in 136 milliseconds