Searched refs:new_child_fd (Results 1 – 1 of 1) sorted by relevance
1467 _cleanup_close_ int old_child_fd = -1, new_child_fd = -1; in subvol_snapshot_children() local1509 … new_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()