Home
last modified time | relevance | path

Searched refs:ret_newly_created (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dfs-util.c1087 …enat_report_new(int dirfd, const char *pathname, int flags, mode_t mode, bool *ret_newly_created) { in openat_report_new() argument
1095 if (!ret_newly_created) in openat_report_new()
1103 *ret_newly_created = FLAGS_SET(flags, O_CREAT); in openat_report_new()
1111 *ret_newly_created = false; in openat_report_new()
1120 *ret_newly_created = true; in openat_report_new()
Dfs-util.h114 …penat_report_new(int dirfd, const char *pathname, int flags, mode_t mode, bool *ret_newly_created);