Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h152 extern const struct fs_operation_def tmp_vnodeops_template[];
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c196 error = vn_make_ops(name, tmp_vnodeops_template, &tmp_vnodeops); in tmpfsinit()
H A Dtmp_vnops.c2435 const fs_operation_def_t tmp_vnodeops_template[] = { variable