Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbtrfs-util.c1467 _cleanup_close_ int old_child_fd = -1, new_child_fd = -1; in subvol_snapshot_children() local
1509new_child_fd = openat(new_fd, np, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY|O_NOFOLLOW); in subvol_snapshot_children()
1510 if (new_child_fd < 0) in subvol_snapshot_children()
1534 if (unlinkat(new_child_fd, p, AT_REMOVEDIR) < 0) { in subvol_snapshot_children()
1543 …r = subvol_snapshot_children(old_child_fd, new_child_fd, p, sh->objectid, flags & ~BTRFS_SNAPSHOT_… in subvol_snapshot_children()