Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/fs/befs/io.h
15109 views
1
/*
2
* io.h
3
*/
4
5
struct buffer_head *befs_bread_iaddr(struct super_block *sb,
6
befs_inode_addr iaddr);
7
8
struct buffer_head *befs_bread(struct super_block *sb, befs_blocknr_t block);
9
10
11