Searched refs:fd_getcrtime_at (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | xattr-util.h | 23 int fd_getcrtime_at(int fd, const char *name, int flags, usec_t *ret); 25 return fd_getcrtime_at(fd, NULL, 0, ret); in fd_getcrtime()
|
D | xattr-util.c | 134 int fd_getcrtime_at( in fd_getcrtime_at() function
|
/systemd-251/src/libsystemd/sd-journal/ |
D | journal-vacuum.c | 82 if (fd_getcrtime_at(fd, fn, AT_SYMLINK_FOLLOW, &x) >= 0 && x < *realtime) in patch_realtime()
|
/systemd-251/src/shared/ |
D | discover-image.c | 337 (void) fd_getcrtime_at(dfd, filename, AT_SYMLINK_FOLLOW, &crtime); in image_make()
|