Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmissing_syscall.h544 #ifndef OPEN_TREE_CLOEXEC
545 #define OPEN_TREE_CLOEXEC O_CLOEXEC macro
/systemd-251/src/home/
Dhomework-mount.c255 mount_fd = open_tree(dir_fd, "", AT_EMPTY_PATH | OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in home_shift_uid()
/systemd-251/src/shared/
Dmount-util.c1102 mount_fd = open_tree(-1, p, OPEN_TREE_CLONE | OPEN_TREE_CLOEXEC); in remount_idmap()