INODE_TIME_MASK
return (time & INODE_TIME_MASK) << 14;
return (((time + 16383) >> 14) & INODE_TIME_MASK) | (++number & 0xf);