Home
last modified time | relevance | path

Searched refs:fchmod_opath (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/basic/
Dfs-util.c250 r = fchmod_opath(fd, minimal & 07777); in fchmod_and_chown_with_fallback()
267 r = fchmod_opath(fd, mode & 07777); in fchmod_and_chown_with_fallback()
287 int fchmod_opath(int fd, mode_t m) { in fchmod_opath() function
Dfs-util.h42 int fchmod_opath(int fd, mode_t m);
/systemd-251/src/tmpfiles/
Dtmpfiles.c885 r = fchmod_opath(fd, m); in fd_set_perms()
918 r = fchmod_opath(fd, new_mode); in fd_set_perms()