Home
last modified time | relevance | path

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

/dragonfly/sys/vm/
H A Dvm_swap.c220 error = swaponvp(td, vp, 0); in sys_swapon()
227 error = swaponvp(td, vp, attr.va_size / DEV_BSIZE); in sys_swapon()
248 swaponvp(struct thread *td, struct vnode *vp, u_quad_t nblks) in swaponvp() function
H A Dvm_extern.h79 int swaponvp(struct thread *, struct vnode *, u_quad_t);
/dragonfly/sys/vfs/nfs/
H A Dnfs_vfsops.c701 swaponvp(td, vp, nd->swap_nblks); in nfs_mountroot()