Home
last modified time | relevance | path

Searched refs:old_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
1501old_child_fd = openat(old_fd, c, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY|O_NOFOLLOW); in subvol_snapshot_children()
1502 if (old_child_fd < 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()