patch-2.1.49 linux/include/linux/dcache.h
Next file: linux/include/linux/fs.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Mon Aug 11 14:12:24 1997
- Orig file:
v2.1.48/linux/include/linux/dcache.h
- Orig date:
Mon Aug 4 16:25:40 1997
diff -u --recursive --new-file v2.1.48/linux/include/linux/dcache.h linux/include/linux/dcache.h
@@ -81,11 +81,11 @@
extern void d_instantiate(struct dentry *, struct inode *);
extern void d_delete(struct dentry *);
-
/* allocate/de-allocate */
extern void d_free(struct dentry *);
extern struct dentry * d_alloc(struct dentry * parent, const struct qstr *name);
extern void shrink_dcache(void);
+extern int d_invalidate(struct dentry *);
/* only used at mount-time */
extern struct dentry * d_alloc_root(struct inode * root_inode, struct dentry * old_root);
@@ -97,7 +97,7 @@
extern void d_add(struct dentry * entry, struct inode * inode);
/* used for rename() and baskets */
-extern void d_move(struct dentry * entry, struct dentry * newparent, struct qstr * newname);
+extern void d_move(struct dentry * entry, struct dentry * newdentry);
/* appendix may either be NULL or be used for transname suffixes */
extern struct dentry * d_lookup(struct dentry * dir, struct qstr * name);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov