| 1236 | } |
| 1237 | |
| 1238 | static int |
| 1239 | stat_for_mode (char const *name, struct stat *st) |
| 1240 | { |
| 1241 | return do_statx (AT_FDCWD, name, st, 0, STATX_MODE); |
| 1242 | } |
| 1243 | |
| 1244 | /* dev+ino should be static, so no need to sync with backing store */ |
| 1245 | static int |
no test coverage detected