5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
12 struct AfsHandle
*openf(struct AFSBase
*, struct AfsHandle
*, STRPTR
, ULONG
);
13 void closef(struct AFSBase
*, struct AfsHandle
*);
14 LONG
readf(struct AFSBase
*, struct AfsHandle
*, void *, ULONG
);
15 LONG
writef(struct AFSBase
*, struct AfsHandle
*, void *, ULONG
);
16 LONG
seek(struct AFSBase
*, struct AfsHandle
*, LONG
, LONG
);
17 struct AfsHandle
*openfile(struct AFSBase
*, struct AfsHandle
*, STRPTR
, ULONG
, ULONG
);
19 struct BlockCache
*getHeaderBlock(struct AFSBase
*, struct Volume
*,STRPTR
, struct BlockCache
*, ULONG
*);
20 struct BlockCache
*findBlock(struct AFSBase
*, struct AfsHandle
*, STRPTR name
, ULONG
*);
21 struct AfsHandle
*getHandle(struct AFSBase
*, struct Volume
*, struct BlockCache
*, ULONG
);
22 struct AfsHandle
*findHandle(struct Volume
*, ULONG
);