Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vnode.c124 static const fs_operation_trans_def_t vn_ops_table[] = { variable
552 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c237 static const fs_operation_trans_def_t vn_ops_table[] = { variable
2305 error = fs_build_vector(*actual, &unused_ops, vn_ops_table, templ); in vn_make_ops()
3000 for (otdp = vn_ops_table; otdp->name != NULL; otdp++) { in vn_matchopval()