OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfsspec_access
(Results
1 - 2
of
2
) sorted by relevancy
/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
/src/sys/nfs/
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
Completed in 21 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026