Searched defs:new_child_fd (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-util.c1603 _cleanup_close_ int old_child_fd = -1, new_child_fd = -1; local
1649 new_child_fd = openat(new_fd, np, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1650 if (new_child_fd < 0)
1674 if (unlinkat(new_child_fd, p, AT_REMOVEDIR) < 0) {
1683 r = subvol_snapshot_children(old_child_fd, new_child_fd, p, sh->objectid, flags & ~BTRFS_SNAPSHOT_FALLBACK_COPY);

Completed in 23 milliseconds