OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VOP_WHITEOUT
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/sys/
vnode_if.h
496
int
VOP_WHITEOUT
(struct vnode *, struct componentname *, int);
/src/sys/fs/union/
union_vfsops.c
220
error =
VOP_WHITEOUT
(um->um_uppervp, &nullcn, LOOKUP);
union_subr.c
875
error =
VOP_WHITEOUT
(dvp, &cn, CREATE);
union_vnops.c
583
return (
VOP_WHITEOUT
(un->un_uppervp, cnp, ap->a_flags));
/src/sys/fs/unionfs/
unionfs_vfsops.c
229
error =
VOP_WHITEOUT
(ump->um_uppervp, &fakecn, LOOKUP);
unionfs_vnops.c
392
error =
VOP_WHITEOUT
(udvp, cnp, ap->a_flags);
/src/sys/rump/librump/rumpvfs/
rumpvnode_if.c
658
error =
VOP_WHITEOUT
(dvp, cnp, flags);
/src/share/man/man9/
Makefile
1152
vnodeops.9
VOP_WHITEOUT
.9 \
/src/sys/kern/
vfs_syscalls.c
2496
error =
VOP_WHITEOUT
(nd.ni_dvp, &nd.ni_cnd, CREATE);
2838
if ((error =
VOP_WHITEOUT
(nd.ni_dvp, &nd.ni_cnd, DELETE)) != 0)
vnode_if.c
1878
"
vop_whiteout
",
1886
VOP_WHITEOUT
(struct vnode *dvp,
1894
a.a_desc = VDESC(
vop_whiteout
);
1898
assert_vop_elocked(dvp, "
vop_whiteout
: dvp");
1902
error = (VCALL(dvp, VOFFSET(
vop_whiteout
), &a));
Completed in 22 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025