Searched refs:vroot (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/stdlib/
H A Dtwalk.c46 twalk(const posix_tnode *vroot, cmp_fn_t action) argument
48 if (vroot != NULL && action != NULL)
49 trecurse(vroot, action, 0);
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_vfsops.c487 if (data->vroot != NULL) {
488 struct vnode *vroot = data->vroot; local
490 data->vroot = NULL;
492 vrele(vroot);
614 if (data->vroot != NULL) {
615 err = vget(data->vroot, lkflags, curthread);
617 *vpp = data->vroot;
623 MPASS(data->vroot == NULL || data->vroot
[all...]
H A Dfuse_ipc.h187 struct vnode *vroot; member in struct:fuse_data
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Dtsearch.c98 * vroot: Root of the tree to be walked
101 rk_twalk(const void *vroot, argument
104 if (vroot != NULL && action != NULL)
105 trecurse(vroot, action, 0);

Completed in 170 milliseconds