Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c182 error = getnewvnode(tag, mp, vops, &vp); in sfs_vgetx()
H A Dzfs_znode.c429 error = getnewvnode("zfs", zfsvfs->z_parent->z_vfs, &zfs_vnodeops, &vp); in zfs_znode_alloc()
/f-stack/freebsd/sys/
H A Dvnode.h672 int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
/f-stack/freebsd/kern/
H A Dvfs_lookup.c162 getnewvnode("crossmp", NULL, &crossmp_vnodeops, &vp_crossmp); in nameiinit()
H A Dvfs_subr.c1724 getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops, in getnewvnode() function
4977 error = getnewvnode("syncer", mp, &sync_vnodeops, &vp); in vfs_allocate_syncvnode()
H A Duipc_mqueue.c763 error = getnewvnode("mqueue", mp, &mqfs_vnodeops, &newvpp); in mqfs_allocv()