nfs_clvnops.c | 150 static vop_access_t nfsspec_access; variable in typeref:typename:vop_access_t 197 .vop_access = nfsspec_access, 446 if ((error = nfsspec_access(ap)) != 0) { 453 * After calling nfsspec_access, we should have the correct 3221 nfsspec_access(struct vop_access_args *ap) function in typeref:typename:int
|