OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:an_parent
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/autofs/
autofs.c
163
for (; anp->
an_parent
; anp = anp->
an_parent
) {
218
if (!anp->
an_parent
&& componentlen && anp->an_wildcards) {
311
if (!anp->
an_parent
) {
315
for (firstanp = anp; firstanp->
an_parent
->
an_parent
;
316
firstanp = firstanp->
an_parent
)
autofs_vnops.c
241
parent = anp->
an_parent
;
509
anp->
an_parent
? anp->
an_parent
->an_ino : anp->an_ino);
635
anp->
an_parent
= parent;
682
if (anp->
an_parent
)
683
RB_REMOVE(autofs_node_tree, &anp->
an_parent
->an_children, anp);
autofs.h
102
struct autofs_node *
an_parent
;
member in struct:autofs_node
Completed in 12 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025