mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 14:46:47 +07: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);
|
||
|
|