extern cred_t *crref(void);
extern void crset(cred_t *cr);
+/* osi_file.c */
+extern afs_rwlock_t afs_xosi;
/* osi_misc.c */
extern int osi_lookupname(char *aname, uio_seg_t seg, int followlink,
extern afs_rwlock_t afs_xvolume;
extern afs_rwlock_t afs_xuser;
extern afs_rwlock_t afs_xserver;
+extern afs_rwlock_t afs_xsrvAddr;
#ifndef AFS_AIX41_ENV
extern afs_lock_t osi_fsplock;
#endif
/* afs_server.c */
extern afs_int32 afs_setTime;
+extern afs_rwlock_t afs_xsrvAddr;
/* Imported functions. */
extern struct rx_securityClass *rxnull_NewServerSecurityObject();
RWLOCK_INIT(&afs_xvolume, "afs_xvolume");
RWLOCK_INIT(&afs_xcell, "afs_xcell");
RWLOCK_INIT(&afs_xserver, "afs_xserver");
+ RWLOCK_INIT(&afs_xsrvAddr, "afs_xsrvAddr");
+ RWLOCK_INIT(&afs_icl_lock, "afs_icl_lock");
RWLOCK_INIT(&afs_xinterface, "afs_xinterface");
LOCK_INIT(&afs_puttofileLock, "afs_puttofileLock");
#ifndef AFS_AIX32_ENV