https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 73e593999d9c2f74f02e3cd5e857502885d6b705 authored by Jason Self on 16 January 2013, 22:07:47 UTC
Linux-libre 2.6.34.14-gnu1
Tip revision: 73e5939
inode.h
/*
 * inode.h
 * 
 */

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

back to top