Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h490 extern const struct fs_operation_def ufs_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2095 error = vn_make_ops(name, ufs_vnodeops_template, &ufs_vnodeops); in ufsinit()
H A Dufs_vnops.c195 const fs_operation_def_t ufs_vnodeops_template[] = { variable