Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dwalk.c348 assert(dirnode != NULL); in apply_specdir()
356 if (dirnode->type != S_IFDIR) in apply_specdir()
358 dir, dirnode->name); in apply_specdir()
369 assert(dirnode->name[0] == '.' && dirnode->name[1] == '\0'); in apply_specdir()
448 curfsnode->first = dirnode; in apply_specdir()
449 curfsnode->next = dirnode->next; in apply_specdir()
450 dirnode->next = curfsnode; in apply_specdir()
479 assert(dirnode != NULL); in apply_specentry()
484 inode_type(dirnode->type)); in apply_specentry()
513 assert(dirnode->symlink != NULL); in apply_specentry()
[all …]