Home
last modified time | relevance | path

Searched refs:union_inactive (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/union/
H A Dunion_vnops.c122 int union_inactive(void *);
175 { &vop_inactive_desc, union_inactive }, /* inactive */
1538 union_inactive(void *v) in union_inactive() function