| 201 | return underlayfs->syncfs(); |
| 202 | } |
| 203 | virtual int statfs(const char *path, struct statfs *buf) override |
| 204 | { |
| 205 | PathCat __(this, path); |
| 206 | return underlayfs->statfs(path, buf); |
| 207 | } |
| 208 | virtual int statvfs(const char *path, struct statvfs *buf) override |
| 209 | { |
| 210 | PathCat __(this, path); |