Searched refs:autofs_node_find (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/fs/autofs/ |
| H A D | autofs_vnops.c | 268 error = autofs_node_find(anp, cnp->cn_nameptr, cnp->cn_namelen, &child); in autofs_lookup() 564 KASSERT(autofs_node_find(parent, name, namelen, NULL) == ENOENT, in autofs_node_new() 597 autofs_node_find(struct autofs_node *parent, const char *name, in autofs_node_find() function
|
| H A D | autofs.h | 135 int autofs_node_find(struct autofs_node *parent,
|
| H A D | autofs.c | 310 error = autofs_node_find(anp, component, componentlen, NULL); in autofs_cached()
|