Searched refs:cleanup_fd (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 1007 int cleanup_fd; member in struct:send_dump_data 1107 * zfs_send() only opens a cleanup_fd for sends that need it, 1110 if (sdd->cleanup_fd == -1) 1124 B_FALSE, B_TRUE, B_TRUE, sdd->cleanup_fd, 1631 sdd.cleanup_fd = open(ZFS_DEV, O_RDWR|O_EXCL); 1632 if (sdd.cleanup_fd < 0) { 1637 sdd.cleanup_fd = -1; 1648 if (sdd.cleanup_fd != -1) { 1649 VERIFY(0 == close(sdd.cleanup_fd)); 1650 sdd.cleanup_fd 1694 int cleanup_fd; member in struct:recv_data 3802 int cleanup_fd; local [all...] |
H A D | libzfs_dataset.c | 6587 int cleanup_fd, uint64_t dsobj, uint64_t createtxg) 6601 zc.zc_cleanup_fd = cleanup_fd; 6585 zfs_hold(zfs_handle_t *zhp, const char *snapname, const char *tag, boolean_t recursive, boolean_t temphold, boolean_t enoent_ok, int cleanup_fd, uint64_t dsobj, uint64_t createtxg) argument
|
Completed in 50 milliseconds