Home
last modified time | relevance | path

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

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