Lines Matching refs:ST_INO
27 from stat import ST_DEV, ST_INO, ST_MTIME385 for such a handler. Furthermore, ST_INO is not supported under399 self.dev, self.ino = sres[ST_DEV], sres[ST_INO]422 if not sres or sres[ST_DEV] != self.dev or sres[ST_INO] != self.ino: