Home
last modified time | relevance | path

Searched refs:fd_getcrtime_at (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dxattr-util.h23 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()
Dxattr-util.c134 int fd_getcrtime_at( in fd_getcrtime_at() function
/systemd-251/src/libsystemd/sd-journal/
Djournal-vacuum.c82 if (fd_getcrtime_at(fd, fn, AT_SYMLINK_FOLLOW, &x) >= 0 && x < *realtime) in patch_realtime()
/systemd-251/src/shared/
Ddiscover-image.c337 (void) fd_getcrtime_at(dfd, filename, AT_SYMLINK_FOLLOW, &crtime); in image_make()