Searched refs:VI_LAYER (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/miscfs/genfs/
H A Dlayer_subr.c200 vp->v_iflag |= VI_LAYER;
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dvnode.h210 #define VI_LAYER 0x00020000 /* vnode is on a layer filesystem */ macro
/netbsd-6-1-5-RELEASE/usr.sbin/pstat/
H A Dpstat.c388 { VI_LAYER, 'Y' },
/netbsd-6-1-5-RELEASE/sys/fs/union/
H A Dunion_subr.c357 iflag = VI_LAYER;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_vnode.c710 } else if ((vp->v_iflag & VI_LAYER) != 0) {

Completed in 190 milliseconds