From 80173a4d2ee782033a4b817f168ed03a20ad678a Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 3 Apr 1996 21:05:34 +0000 Subject: (diskfs_cached_lookup): New declaration. --- libdiskfs/diskfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libdiskfs/diskfs.h') diff --git a/libdiskfs/diskfs.h b/libdiskfs/diskfs.h index 9025d6b8..4a06f47d 100644 --- a/libdiskfs/diskfs.h +++ b/libdiskfs/diskfs.h @@ -907,6 +907,10 @@ error_t diskfs_dirrewrite (struct node *dp, struct node *oldnp, error_t diskfs_dirremove (struct node *dp, struct node *np, char *name, struct dirstat *ds); +/* Return the node corresponding to CACHE_ID. Return null + if no such node exists. */ +struct node *diskfs_cached_lookup (int cache_id); + /* Create a new node. Give it MODE; if that includes IFDIR, also initialize `.' and `..' in the new directory. Return the node in NPP. CRED identifies the user responsible for the call. If NAME is nonzero, -- cgit v1.2.3