Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/osd/
Dosd_uld.c353 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi) in osduld_device_same() function
366 EXPORT_SYMBOL(osduld_device_same);
/linux-4.1.27/include/scsi/
Dosd_initiator.h74 bool osduld_device_same(struct osd_dev *od, const struct osd_dev_info *odi);
/linux-4.1.27/fs/exofs/
Dsuper.c654 if (fscb_od && osduld_device_same(fscb_od, &odi)) { in exofs_read_lookup_dev_table()