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

/systemd/src/basic/
H A Dbtrfs-util.c1548 _cleanup_close_ int subvolume_fd = -1; local
1659 if (subvolume_fd < 0) {
1660 subvolume_fd = openat(new_fd, subvolume, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1661 if (subvolume_fd < 0)
1665 r = btrfs_subvol_set_read_only_fd(subvolume_fd, false);
1678 (void) btrfs_subvol_set_read_only_fd(subvolume_fd, true);
1689 k = btrfs_subvol_set_read_only_fd(subvolume_fd, true);

Completed in 26 milliseconds