| 221 | return underlayfs->utimes(path, times); |
| 222 | } |
| 223 | virtual int lutimes(const char *path, const struct timeval times[2]) override |
| 224 | { |
| 225 | PathCat __(this, path); |
| 226 | return underlayfs->lutimes(path, times); |
| 227 | } |
| 228 | virtual int mknod(const char *path, mode_t mode, dev_t dev) override |
| 229 | { |
| 230 | PathCat __(this, path); |