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