Searched refs:get_stat_err (Results 1 – 1 of 1) sorted by relevance
211 int get_stat_err = ioctl(loop_device_fd, LOOP_GET_STATUS64, &device_info); in UnbindLoopDevice() local212 if (get_stat_err == -1 && errno == ENXIO) in UnbindLoopDevice()