Welcome to mirror list, hosted at ThFree Co, Russian Federation.

inode.h « befs « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9dc7fd9b7570d63321c86b3088e5a975f7e8c419 (plain)
1
2
3
4
5
6
7
8
/*
 * inode.h
 * 
 */

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