Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/fs/unionfs/
Dunion.h137 extern struct vop_vector unionfs_vnodeops;
Dunion_vnops.c77 KASSERT(((vp)->v_op == &unionfs_vnodeops), \
987 if (ap->a_vp->v_op != &unionfs_vnodeops) { in unionfs_remove()
1075 if (ap->a_vp->v_op != &unionfs_vnodeops) in unionfs_link()
1153 if (fvp->v_op != &unionfs_vnodeops) in unionfs_rename()
2541 struct vop_vector unionfs_vnodeops = { variable
Dunion_subr.c255 error = getnewvnode("unionfs", mp, &unionfs_vnodeops, &vp); in unionfs_nodeget()