Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c4275 bool active, doinginact, oweinact; in vgonel() local
4309 oweinact = (vp->v_iflag & VI_OWEINACT) != 0; in vgonel()
4334 if (oweinact || active) { in vgonel()
4337 oweinact = (vp->v_iflag & VI_OWEINACT) != 0; in vgonel()
4340 } while (oweinact); in vgonel()