Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dswapnode.h49 extern struct vnodeops *swap_vnodeops;
/illumos-gate/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c196 error = vn_make_ops(name, swap_vnodeops_template, &swap_vnodeops); in swapinit()
226 vn_setops(vp, swap_vnodeops); in swapfs_getvp()
H A Dswap_vnops.c90 vnodeops_t *swap_vnodeops; variable
681 ASSERT(vn_matchops(arg->a_vp, swap_vnodeops)); in swap_putapage()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_anon.c246 vn_setops(anon_vp, swap_vnodeops); in anon_init()