OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attr_vp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_extattr.c
522
struct vnode *
attr_vp
;
local
574
dp->d_name, &
attr_vp
, l);
580
} else if (
attr_vp
== dvp) {
581
vrele(
attr_vp
);
582
} else if (
attr_vp
->v_type != VREG) {
583
vput(
attr_vp
);
586
attr_vp
, attrnamespace, dp->d_name, l);
587
vrele(
attr_vp
);
/src/sys/ufs/ufs/
ufs_extattr.c
521
struct vnode *
attr_vp
;
local
572
dp->d_name, &
attr_vp
, l);
578
} else if (
attr_vp
== dvp) {
579
vrele(
attr_vp
);
580
} else if (
attr_vp
->v_type != VREG) {
581
vput(
attr_vp
);
584
attr_vp
, attrnamespace, dp->d_name, l);
585
vrele(
attr_vp
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026