Searched refs:autofs_node_find (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/fs/autofs/
H A Dautofs.h136 int autofs_node_find(struct autofs_node *parent,
H A Dautofs_vnops.c273 error = autofs_node_find(anp, cnp->cn_nameptr, cnp->cn_namelen, &child);
569 KASSERT(autofs_node_find(parent, name, namelen, NULL) == ENOENT,
602 autofs_node_find(struct autofs_node *parent, const char *name, function
H A Dautofs.c313 error = autofs_node_find(anp, component, componentlen, NULL);

Completed in 111 milliseconds