HomeSort by: relevance | last modified time | path
    Searched refs:DR_NEWINODEFMT (Results 1 - 4 of 4) sorted by relevancy

  /src/include/protocols/
dumprestore.h 157 #define DR_NEWINODEFMT 0x0002 /* new format inodes on tape */
  /src/sbin/dump/
ffs_inode.c 128 spcl.c_flags = iswap32(iswap32(spcl.c_flags) | DR_NEWINODEFMT);
  /src/sbin/dump_lfs/
lfs_inode.c 173 spcl.c_flags = iswap32(iswap32(spcl.c_flags) | DR_NEWINODEFMT);
  /src/sbin/restore/
tape.c 1503 if ((buf->c_flags & DR_NEWINODEFMT) == 0)

Completed in 13 milliseconds