Home
last modified time | relevance | path

Searched refs:f_queue_if_no_path (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c742 static int queue_if_no_path(struct multipath *m, bool f_queue_if_no_path, in queue_if_no_path() argument
749 DMDEBUG("%s: %s caller=%s f_queue_if_no_path=%d save_old_value=%d", in queue_if_no_path()
750 dm_dev_name, __func__, caller, f_queue_if_no_path, save_old_value); in queue_if_no_path()
763 } else if (!f_queue_if_no_path && saved_queue_if_no_path_bit) { in queue_if_no_path()
767 assign_bit(MPATHF_QUEUE_IF_NO_PATH, &m->flags, f_queue_if_no_path); in queue_if_no_path()
777 if (!f_queue_if_no_path) { in queue_if_no_path()

Completed in 3 milliseconds