Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dpc_node.h111 extern const struct fs_operation_def pcfs_dvnodeops_template[];
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c260 error = vn_make_ops("pcfsd", pcfs_dvnodeops_template, &pcfs_dvnodeops); in pcfsinit()
H A Dpc_vnops.c168 const fs_operation_def_t pcfs_dvnodeops_template[] = { variable