Home
last modified time | relevance | path

Searched refs:OSD_CAP_LEN (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/scsi/
Dosd_protocol.h34 OSD_CAP_LEN = 104, enumerator
245 u8 caps[OSD_CAP_LEN];
Dosd_ore.h33 u8 cred[OSD_CAP_LEN];
/Linux-v4.19/fs/exofs/
Dexofs.h178 void exofs_make_credential(u8 cred_a[OSD_CAP_LEN],
Dsuper.c224 void exofs_make_credential(u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj) in exofs_make_credential() argument
/Linux-v4.19/drivers/scsi/osd/
Dosd_uld.c376 char caps[OSD_CAP_LEN]; in __detect_osd()
Dosd_initiator.c68 BUILD_BUG_ON(sizeof(struct osd_capability) != OSD_CAP_LEN); in build_test()