Searched refs:ofd (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/pstore/ |
D | pstore.c | 178 _cleanup_close_ int ofd = -1; in write_dmesg() local 191 ofd = open_tmpfile_linkable(ofd_path, O_CLOEXEC|O_CREAT|O_TRUNC|O_WRONLY, &tmp_path); in write_dmesg() 192 if (ofd < 0) in write_dmesg() 193 return log_error_errno(ofd, "Failed to open temporary file %s: %m", ofd_path); in write_dmesg() 194 wr = write(ofd, dmesg, size); in write_dmesg() 199 r = link_tmpfile(ofd, tmp_path, ofd_path); in write_dmesg()
|
/systemd-251/src/shared/ |
D | btrfs-util.h | 50 int btrfs_clone_range(int infd, uint64_t in_offset, int ofd, uint64_t out_offset, uint64_t sz);
|