Lines Matching refs:busy_flag
193 int *busy_flag, int *reserve_flag, int verbose_flag) in h_get_fcdev_state() argument
333 int *busy_flag, int force_flag, int verbose_flag) in h_chk_dev_busy() argument
342 *busy_flag = 1; in h_chk_dev_busy()
356 *busy_flag = 1; in h_chk_dev_busy()
493 int busy_flag = 0, reserve_flag = 0, action = 0; in hotplug() local
710 &busy_flag, &reserve_flag, in hotplug()
911 &busy_flag, force_flag, verbose_flag)) != 0) { in hotplug()
916 if (reserve_flag || busy_flag) { in hotplug()
919 if (busy_flag) in hotplug()
920 disk_list->busy_flag = 1; in hotplug()
931 busy_flag = 0; in hotplug()