OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [include/] [linux/] [adfs_fs.h] - Diff between revs 199 and 1765

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 199 Rev 1765
Line 144... Line 144...
                                struct adfs_idir_entry *ide);
                                struct adfs_idir_entry *ide);
 
 
/* inode.c */
/* inode.c */
extern int adfs_inode_validate (struct inode *inode);
extern int adfs_inode_validate (struct inode *inode);
extern unsigned long adfs_inode_generate (unsigned long parent_id, int diridx);
extern unsigned long adfs_inode_generate (unsigned long parent_id, int diridx);
extern unsigned long adf
 
 No newline at end of file
 No newline at end of file
 
extern unsigned long adfs_inode_objid (struct inode *inode);
 
extern unsigned int adfs_parent_bmap (struct inode *inode, int block);
 
extern int adfs_bmap (struct inode *inode, int block);
 
extern void adfs_read_inode (struct inode *inode);
 
 
 
/* map.c */
 
extern int adfs_map_lookup (struct super_block *sb, int frag_id, int offset);
 
 
 
/* namei.c */
 
extern int adfs_lookup (struct inode * dir, const char * name, int len,
 
                        struct inode ** result);
 
 
 
/* super.c */
 
extern int init_adfs_fs (void);
 
extern void adfs_error (struct super_block *, const char *, const char *, ...);
 
 
 
/*
 
 * Inodes and file operations
 
 */
 
 
 
/* dir.c */
 
extern struct inode_operations adfs_dir_inode_operations;
 
 
 
/* file.c */
 
extern struct inode_operations adfs_file_inode_operations;
 
#endif
 
 
 
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.