Home
last modified time | relevance | path

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

/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c77 static struct vop_vector fdesc_vnodeops = { variable
90 VFS_VOP_VECTOR_REGISTER(fdesc_vnodeops);
178 error = getnewvnode("fdescfs", mp, &fdesc_vnodeops, &vp); in fdesc_allocvp()