Home
last modified time | relevance | path

Searched refs:node_find (Results 1 – 4 of 4) sorted by relevance

/dragonfly/usr.sbin/autofs/
H A Dautomountd.c228 node = node_find(root, adr->adr_path); in handle_request()
274 node = node_find(root, tmp); in handle_request()
H A Dcommon.h99 struct node *node_find(struct node *root, const char *mountpoint);
H A Dautomount.c158 n = node_find(root, mntbuf[i].f_mntonname); in mount_unmount()
H A Dcommon.c701 node_find(struct node *root, const char *path) in node_find() function