mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
9 lines
123 B
C
9 lines
123 B
C
|
/*
|
||
|
* inode.h
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
int befs_check_inode(struct super_block *sb, befs_inode * raw_inode,
|
||
|
befs_blocknr_t inode);
|
||
|
|