Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fs/
H A Dautofs.h259 extern const struct fs_operation_def auto_vnodeops_template[];
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c269 error = vn_make_ops(name, auto_vnodeops_template, &auto_vnodeops); in autofs_init()
H A Dauto_vnops.c91 const fs_operation_def_t auto_vnodeops_template[] = { variable