OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsspec_access
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/nfs/
nfsnode.h
251
int
nfsspec_access
(void *);
nfs_vnops.c
160
{ &vop_access_desc,
nfsspec_access
}, /* access */
185
{ &vop_access_desc,
nfsspec_access
}, /* access */
357
return (
nfsspec_access
(ap));
3312
nfsspec_access
(void *v)
function
/src/sys/fs/nfs/client/
nfs_clvnops.c
150
static vop_access_t
nfsspec_access
;
variable
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
Completed in 24 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026