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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_mass_storage.c59 * luns An array of LUN configuration values. This
130 * luns=N Default N = number of filenames, number of
367 struct fsg_lun *luns; member in struct:fsg_common
412 } luns[FSG_MAX_LUNS]; member in struct:fsg_config
1439 curlun - common->luns);
1454 curlun - common->luns))
1856 curlun = &common->luns[common->lun];
2390 common->luns[i].unit_attention_data = SS_RESET_OCCURRED;
2487 curlun = &common->luns[i];
2525 /* common->luns[
3046 unsigned int luns; /* nluns */ member in struct:fsg_module_parameters
[all...]
H A Dfile_storage.c257 module_param_named(luns, mod_data.nluns, uint, S_IRUGO);
258 MODULE_PARM_DESC(luns, "number of LUNs");
393 struct fsg_lun *luns; member in struct:fsg_dev
2197 fsg->curlun = curlun = &fsg->luns[fsg->lun];
2737 fsg->luns[i].unit_attention_data = SS_RESET_OCCURRED;
2861 curlun = &fsg->luns[i];
2903 // fsg->luns[i].unit_attention_data = SS_RESET_OCCURRED;
2928 fsg_lun_fsync_sub(fsg->luns + i);
3030 kfree(fsg->luns);
3055 curlun = &fsg->luns[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dub.c309 struct list_head luns; member in struct:ub_dev
491 while (!list_empty(&sc->luns)) {
492 p = sc->luns.next;
1576 list_for_each_entry(lun, &sc->luns, link) {
2157 INIT_LIST_HEAD(&sc->luns);
2298 list_add(&lun->link, &sc->luns);
2370 list_for_each_entry(lun, &sc->luns, link) {

Completed in 109 milliseconds