Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dwalk.c347 assert(specnode != NULL); in apply_specdir()
353 if (specnode->type != F_DIR) in apply_specdir()
355 dir, specnode->name); in apply_specdir()
478 assert(specnode != NULL); in apply_specentry()
483 dir, specnode->name, inode_type(nodetoino(specnode->type)), in apply_specentry()
499 if (specnode->flags & F_MODE) { in apply_specentry()
506 if (specnode->flags & F_SIZE) { in apply_specentry()
512 if (specnode->flags & F_SLINK) { in apply_specentry()
514 assert(specnode->slink != NULL); in apply_specentry()
519 if (specnode->flags & F_TIME) { in apply_specentry()
[all …]