Home
last modified time | relevance | path

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

/dragonfly/include/protocols/
HDdumprestore.h102 #define DR_NEWINODEFMT 0x0002 /* new format inodes on tape */ macro
/dragonfly/sbin/dump/
HDmain.c357 spcl.c_flags |= DR_NEWINODEFMT; in main()
/dragonfly/sbin/restore/
HDtape.c1115 if ((buf->c_flags & DR_NEWINODEFMT) == 0) in gethead()