repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crypto: talitos - Remove calls to of_node_put
[linux-2.6/mini2440.git]
/
fs
/
befs
/
io.h
blob
9b78266b6aa57b73637167d0fb426ccc08be2cff
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