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

/freebsd-10.2-release/lib/libc/stdlib/
H A Dtwalk.c49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ argument
51 if (vroot != NULL && action != NULL)
52 trecurse(vroot, action, 0);
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_vfsops.c397 if (data->vroot != NULL) {
398 struct vnode *vroot = data->vroot; local
400 data->vroot = NULL;
402 vrele(vroot);
444 if (data->vroot != NULL) {
445 err = vget(data->vroot, lkflags, curthread);
447 *vpp = data->vroot;
452 MPASS(data->vroot == NULL || data->vroot
[all...]
H A Dfuse_ipc.h172 struct vnode *vroot; member in struct:fuse_data
/freebsd-10.2-release/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 208 milliseconds