OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iswhiteout
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_lookup.c
155
int
iswhiteout
; /* temp result from cache_lookup() */
local
182
cnp->cn_nameiop, cnp->cn_flags, &
iswhiteout
, vpp)) {
183
if (
iswhiteout
) {
184
cnp->cn_flags |=
ISWHITEOUT
;
201
if (
iswhiteout
) {
203
* The namecache set
iswhiteout
without finding a
207
* it is correct to set
ISWHITEOUT
in this case or
212
cnp->cn_flags |=
ISWHITEOUT
;
413
cnp->cn_flags |=
ISWHITEOUT
;
449
(cnp->cn_flags &
ISWHITEOUT
))) &
[
all
...]
/src/sys/fs/unionfs/
unionfs_vnops.c
114
int
iswhiteout
;
local
123
iswhiteout
= 0;
215
if (cnp->cn_flags &
ISWHITEOUT
)
216
iswhiteout
= 1; /* don't lookup lower */
217
if (
iswhiteout
== 0 && ldvp != NULLVP)
220
iswhiteout
= 1; /* don't lookup lower */
222
UNIONFS_INTERNAL_DEBUG("unionfs_lookup: debug: whiteout=%d, path=%s\n",
iswhiteout
, cnp->cn_nameptr);
229
if (ldvp != NULLVP && !(cnflags & DOWHITEOUT) &&
iswhiteout
== 0) {
1245
if (!(cnp->cn_flags &
ISWHITEOUT
)) {
1250
cnp->cn_flags |=
ISWHITEOUT
;
[
all
...]
/src/sys/ufs/ufs/
ufs_lookup.c
357
int
iswhiteout
; /* temp result from cache_lookup() */
local
385
cnp->cn_nameiop, cnp->cn_flags, &
iswhiteout
, vpp)) {
386
if (
iswhiteout
) {
387
cnp->cn_flags |=
ISWHITEOUT
;
405
if (
iswhiteout
) {
407
* The namecache set
iswhiteout
without finding a
411
* it is correct to set
ISWHITEOUT
in this case or
416
cnp->cn_flags |=
ISWHITEOUT
;
587
cnp->cn_flags |=
ISWHITEOUT
;
622
(cnp->cn_flags &
ISWHITEOUT
))) &
[
all
...]
/src/sys/fs/union/
union_vnops.c
335
int
iswhiteout
;
local
362
iswhiteout
= 0;
374
if (cnp->cn_flags &
ISWHITEOUT
) {
375
iswhiteout
= 1;
380
iswhiteout
= 1;
394
if (lowerdvp != NULLVP && !
iswhiteout
) {
/src/sys/fs/tmpfs/
tmpfs_vnops.c
141
int cachefound,
iswhiteout
;
local
171
&
iswhiteout
, vpp);
172
if (
iswhiteout
) {
173
cnp->cn_flags |=
ISWHITEOUT
;
248
cnp->cn_flags |=
ISWHITEOUT
;
/src/sys/fs/puffs/
puffs_vnops.c
483
int found,
iswhiteout
;
local
487
&
iswhiteout
, ap->a_vpp);
488
if (
iswhiteout
) {
489
cnp->cn_flags |=
ISWHITEOUT
;
Completed in 31 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026