Home
last modified time | relevance | path

Searched refs:prevent_medium_removal (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/usb/gadget/function/
Dstorage_common.c441 if (curlun->prevent_medium_removal && fsg_lun_is_open(curlun)) { in fsg_store_file()
533 curlun->prevent_medium_removal = 0; in fsg_store_forced_eject()
Dstorage_common.h107 unsigned int prevent_medium_removal:1; member
Df_mass_storage.c1378 if (curlun->prevent_medium_removal) { in do_start_stop()
1414 if (curlun->prevent_medium_removal && !prevent) in do_prevent_allow()
1416 curlun->prevent_medium_removal = prevent; in do_prevent_allow()
2479 curlun->prevent_medium_removal = 0; in handle_exception()