Searched refs:bh_result (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dext4_fs.h851 sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result,
981 unsigned long max_blocks, struct buffer_head *bh_result,
H A Dext3_fs.h813 sector_t iblock, unsigned long maxblocks, struct buffer_head *bh_result,
H A Dufs_fs.h836 extern int ufs_getfrag_block (struct inode *inode, sector_t fragment, struct buffer_head *bh_result, int create);
H A Dfs.h298 struct buffer_head *bh_result, int create);
H A Dreiserfs_fs.h1868 struct buffer_head *bh_result, int create);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/befs/
H A Dlinuxvfs.c108 * disk offset (passed back in bh_result).
119 struct buffer_head *bh_result, int create)
153 map_bh(bh_result, inode->i_sb, disk_off);
118 befs_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dinode.c294 static int udf_get_block(struct inode *inode, sector_t block, struct buffer_head *bh_result, int create) argument
304 map_bh(bh_result, inode->i_sb, phys);
332 set_buffer_new(bh_result);
333 map_bh(bh_result, inode->i_sb, phys);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/isofs/
H A Dinode.c1003 struct buffer_head *bh_result, int create)
1010 return isofs_get_blocks(inode, iblock, &bh_result, 1) ? 0 : -EIO;
1002 isofs_get_block(struct inode *inode, sector_t iblock, struct buffer_head *bh_result, int create) argument

Completed in 326 milliseconds

12