openafs

Find header file that defines a C function

Shouldn't be hard, right? Right? I am currently trawling the OpenAFS codebase to find the header definition of pioctl. I've thrown everything I've got at it: checked ctags, grepped the source code for pioctl, etc. The closest I've got to a lead is the fact that there's a file pioctl_nt.h that contains the definition, except it's not act...

When is OpenAFS cache cleared?

Let's say I have a bunch of users who all access the same set of files, that have permission system:anyuser. User1 logs in and accesses some files, and then logs out. When User2 logs in and tries to access the same files, will the cache serve the files, or will it be cleared between users? Thanks in advance. ...

OpenAFS and v9fs Feature Comparison

Anyone aware of a comparison of these two file systems? I found http://en.wikipedia.org/wiki/Comparison_of_file_systems where Fossil was listed but no mention of AFS. ...