Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c805 err = insmntque(vp, zfsvfs->z_vfs); in zfs_mknode()
1033 err = insmntque(vp, zfsvfs->z_vfs); in zfs_zget()
H A Dzfs_ctldir.c192 error = insmntque(vp, mp); in sfs_vgetx()
/f-stack/freebsd/sys/
H A Dvnode.h678 int insmntque(struct vnode *vp, struct mount *mp);
/f-stack/freebsd/kern/
H A Dvfs_subr.c1972 insmntque(struct vnode *vp, struct mount *mp) in insmntque() function
4983 error = insmntque(vp, mp); in vfs_allocate_syncvnode()
H A Duipc_mqueue.c767 error = insmntque(newvpp, mp); in mqfs_allocv()