Searched refs:WSTAT_MTIME (Results 1 – 4 of 4) sorted by relevance
15 # define WSTAT_MTIME B_STAT_MODIFICATION_TIME macro
1679 XDROutPacketAddInt32(&call, (mask & WSTAT_MTIME) ? st->st_mtime : -1); in fs_wstat()1680 XDROutPacketAddInt32(&call, (mask & WSTAT_MTIME) ? 0 : UINT32_MAX); in fs_wstat()
35 #define WSTAT_MTIME 0x0020 macro
722 if (result == B_OK && (mask & (WSTAT_ATIME | WSTAT_MTIME))) { in VisitWriteStatRequest()727 buffer.modtime = (mask & WSTAT_MTIME) in VisitWriteStatRequest()