Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/makefs/
H A Dmakefs.h105 #define FSNODE_F_HASSPEC 0x01 /* fsnode has a spec entry */ macro
200 ((opts)->onlyspec != 0 && ((fsnode)->flags & FSNODE_F_HASSPEC) == 0)
H A Dwalk.c553 dirnode->flags |= FSNODE_F_HASSPEC; in apply_specentry()
H A Dcd9660.c1997 tfsnode->flags &= ~(FSNODE_F_HASSPEC); in cd9660_create_virtual_entry()