Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Ddatabase.h152 #define D_CREATE 0x01 /* file has been created */ macro
178 #define D_CONTENTS (D_SIZE|D_TYPE|D_CREATE|D_MTIME)
179 #define D_IMPORTANT (D_SIZE|D_TYPE|D_CREATE|D_MTIME|D_ADMIN)
H A Ddebug.c124 D_CREATE, "create",
H A Danal.c482 mask |= D_CREATE; in check_changes()