Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c45 extern const fs_operation_def_t swap_vnodeops_template[];
197 error = vn_make_ops(name, swap_vnodeops_template, &swap_vnodeops); in swapinit()
H A Dswap_vnops.c77 const fs_operation_def_t swap_vnodeops_template[] = { variable