OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VTOLAYER
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/miscfs/genfs/
layer.h
113
#define
VTOLAYER
(vp) ((struct layer_node *)(vp)->v_data)
119
#define LAYERVPTOLOWERVP(vp) (
VTOLAYER
(vp)->layer_lowervp)
layer_subr.c
144
struct layer_node *a =
VTOLAYER
(vp);
layer_vnops.c
593
*ap->a_recycle = ((
VTOLAYER
(vp)->layer_flags & LAYERFS_REMOVED) != 0);
626
VTOLAYER
(vp)->layer_flags |= LAYERFS_REMOVED;
657
VTOLAYER
(tvp)->layer_flags |= LAYERFS_REMOVED;
677
VTOLAYER
(vp)->layer_flags |= LAYERFS_REMOVED;
716
struct layer_node *xp =
VTOLAYER
(vp);
/src/sys/miscfs/umapfs/
umap_vnops.c
572
VTOLAYER
(tvp)->layer_flags |= LAYERFS_REMOVED;
/src/usr.bin/fstat/
fstat.c
886
if (!KVM_READ(
VTOLAYER
(vp), &layer_node, sizeof(layer_node))) {
888
VTOLAYER
(vp), Pid);
/src/usr.sbin/pstat/
pstat.c
624
KGETRET(
VTOLAYER
(vp), &lnode, sizeof(lnode), "layer vnode");
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026