Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmkisofs.h351 extern void DECL(update_nlink_field,(struct directory * node));
H A Dtree.c2010 void FDECL1(update_nlink_field, struct directory *, node) argument
2064 if(dpnt->subdir) update_nlink_field(dpnt->subdir);
H A Dwrite.c1620 update_nlink_field(root); in FDECL1()