Home
last modified time | relevance | path

Searched refs:ufs_vnodeops (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h489 extern struct vnodeops *ufs_vnodeops; /* vnode operations for ufs */
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c262 vn_setops(vp, ufs_vnodeops); in ufs_inode_cache_constructor()
H A Dufs_vfsops.c2095 error = vn_make_ops(name, ufs_vnodeops_template, &ufs_vnodeops); in ufsinit()
H A Dufs_vnops.c192 struct vnodeops *ufs_vnodeops; variable