Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_subr.c4082 u_int holdcnt; in vn_printf() local
4090 holdcnt = atomic_load_int(&vp->v_holdcnt); in vn_printf()
4092 vp->v_usecount, vp->v_writecount, holdcnt & ~VHOLD_ALL_FLAGS, in vn_printf()
4113 if (holdcnt & VHOLD_NO_SMR) in vn_printf()
4637 XV_COPY(holdcnt); in sysctl_vnode()