Home
last modified time | relevance | path

Searched refs:HS_STANDARD_ID (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Diso_fs.h103 #define HS_STANDARD_ID "CDROM" macro
/linux/fs/isofs/
H A Dinode.c635 * ISO CDs can match hdp->id==HS_STANDARD_ID as well. To ensure in isofs_fill_super()
673 if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) { in isofs_fill_super()