https://github.com/torvalds/linux
Raw File
Tip revision: d223a60106891bfe46febfacf46b20cd8509aaad authored by Linus Torvalds on 05 October 2006, 02:57:05 UTC
Linux 2.6.19-rc1
Tip revision: d223a60
inode.h
/*
 * inode.h
 * 
 */

int befs_check_inode(struct super_block *sb, befs_inode * raw_inode,
		     befs_blocknr_t inode);

back to top