Searched refs:D_CREATE (Results 1 – 3 of 3) sorted by relevance
154 #define D_CREATE 0x01 /* file has been created */ macro180 #define D_CONTENTS (D_SIZE|D_TYPE|D_CREATE|D_MTIME)181 #define D_IMPORTANT (D_SIZE|D_TYPE|D_CREATE|D_MTIME|D_ADMIN)
125 D_CREATE, "create",
483 mask |= D_CREATE; in check_changes()