X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2Fafs_prototypes.h;h=0c0f445988a921a66133cae54c75da883c1b1041;hp=1283d07eadbf514e4ddfa5f43b3d6375ca52c87e;hb=20b0c65a289e2b55fb6922c8f60e873f1f4c6f97;hpb=fb5eccb2fe30b04497e3e12efab6080ef03d896d diff --git a/src/afs/afs_prototypes.h b/src/afs/afs_prototypes.h index 1283d07..0c0f445 100644 --- a/src/afs/afs_prototypes.h +++ b/src/afs/afs_prototypes.h @@ -252,7 +252,7 @@ extern void afs_FlushDCache(struct dcache *adc); extern void shutdown_dcache(void); extern void afs_CacheTruncateDaemon(void); extern afs_int32 afs_fsfragsize; -extern struct dcache *afs_MemGetDSlot(afs_int32 aslot, int needvalid); +extern struct dcache *afs_MemGetDSlot(afs_int32 aslot, int indexvalid, int datavalid); extern struct dcache *afs_GetDCache(struct vcache *avc, afs_size_t abyte, struct vrequest *areq, @@ -274,7 +274,7 @@ extern void afs_TryToSmush(struct vcache *avc, extern void updateV2DC(int lockVc, struct vcache *v, struct dcache *d, int src); extern void afs_WriteThroughDSlots(void); -extern struct dcache *afs_UFSGetDSlot(afs_int32 aslot, int needvalid); +extern struct dcache *afs_UFSGetDSlot(afs_int32 aslot, int indexvalid, int datavalid); extern int afs_WriteDCache(struct dcache *adc, int atime); extern int afs_wakeup(struct vcache *avc); extern int afs_InitCacheFile(char *afile, ino_t ainode);