dev+ino should be static, so no need to sync with backing store */
| 1243 | |
| 1244 | /* dev+ino should be static, so no need to sync with backing store */ |
| 1245 | static int |
| 1246 | stat_for_ino (char const *name, struct stat *st) |
| 1247 | { |
| 1248 | return do_statx (AT_FDCWD, name, st, 0, STATX_INO); |
| 1249 | } |
| 1250 | |
| 1251 | static int |
| 1252 | fstat_for_ino (int fd, struct stat *st) |