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

/systemd/src/basic/
H A Dbtrfs-util.c910 _cleanup_close_ int loop_fd = -1, backing_fd = -1; local
939 backing_fd = open(backing, O_RDWR|O_CLOEXEC|O_NOCTTY);
940 if (backing_fd < 0)
943 if (fstat(backing_fd, &st) < 0)
969 if (ftruncate(backing_fd, new_size) < 0)
983 (void) fsync(backing_fd);

Completed in 34 milliseconds