Welcome to mirror list, hosted at ThFree Co, Russian Federation.

io.h « befs « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9b78266b6aa57b73637167d0fb426ccc08be2cff (plain)
1
2
3
4
5
6
7
8
9
/*
 * io.h
 */

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

struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);