Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c228 static const fs_operation_trans_def_t vn_ops_table[] = { variable
2247 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
2899 for (otdp = vn_ops_table; otdp->name != NULL; otdp++) { in vn_matchopval()