patch-2.3.48 linux/include/linux/ufs_fs.h
Next file: linux/include/linux/umsdos_fs.h
Previous file: linux/include/linux/timer.h
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Sat Feb 26 20:45:58 2000
- Orig file:
v2.3.47/linux/include/linux/ufs_fs.h
- Orig date:
Thu Feb 10 17:11:22 2000
diff -u --recursive --new-file v2.3.47/linux/include/linux/ufs_fs.h linux/include/linux/ufs_fs.h
@@ -504,9 +504,6 @@
#ifdef __KERNEL__
-/* acl.c */
-extern int ufs_permission (struct inode *, int);
-
/* balloc.c */
extern void ufs_free_fragments (struct inode *, unsigned, unsigned);
extern void ufs_free_blocks (struct inode *, unsigned, unsigned);
@@ -518,7 +515,6 @@
/* dir.c */
extern struct inode_operations ufs_dir_inode_operations;
-extern struct file_operations ufs_dir_operations;
extern int ufs_check_dir_entry (const char *, struct inode *, struct ufs_dir_entry *, struct buffer_head *, unsigned long);
/* file.c */
@@ -543,18 +539,9 @@
extern struct buffer_head * ufs_bread (struct inode *, unsigned, int, int *);
/* namei.c */
-extern struct dentry *ufs_lookup (struct inode *, struct dentry *);
-extern int ufs_mkdir(struct inode *, struct dentry *, int);
-extern int ufs_rmdir (struct inode *, struct dentry *);
-extern int ufs_unlink (struct inode *, struct dentry *);
-extern int ufs_create (struct inode *, struct dentry *, int);
-extern int ufs_rename (struct inode *, struct dentry *, struct inode *, struct dentry *);
-extern int ufs_mknod (struct inode *, struct dentry *, int, int);
-extern int ufs_symlink (struct inode *, struct dentry *, const char *);
-extern int ufs_link (struct dentry *, struct inode *, struct dentry *);
+extern struct file_operations ufs_dir_operations;
/* super.c */
-extern struct super_operations ufs_super_ops;
extern struct file_system_type ufs_fs_type;
extern void ufs_warning (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4)));
extern void ufs_error (struct super_block *, const char *, const char *, ...) __attribute__ ((format (printf, 3, 4)));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)