Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c5224 static struct vop_vector sync_vnodeops = { variable
5238 VFS_VOP_VECTOR_REGISTER(sync_vnodeops);
5252 error = getnewvnode("syncer", mp, &sync_vnodeops, &vp); in vfs_allocate_syncvnode()