Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c477 static int swaponvp(struct thread *, struct vnode *, u_long);
2661 error = swaponvp(td, vp, attr.va_size / DEV_BSIZE); in sys_swapon()
3361 swaponvp(struct thread *td, struct vnode *vp, u_long nblks) in swaponvp() function