Staging
v0.5.1
Raw File
io.h
/*
 * io.h
 */

struct buffer_head *befs_bread_iaddr(struct super_block *sb,
				     befs_inode_addr iaddr);
back to top