Home
last modified time | relevance | path

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

/fs/udf/
Dsuper.c654 static int identify_vsd(const struct volStructDesc *vsd) in identify_vsd() argument
658 if (!memcmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN)) { in identify_vsd()
659 switch (vsd->structType) { in identify_vsd()
676 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
679 } else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BEA01, VSD_STD_ID_LEN)) in identify_vsd()
681 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN)) in identify_vsd()
683 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR03, VSD_STD_ID_LEN)) in identify_vsd()
685 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BOOT2, VSD_STD_ID_LEN)) in identify_vsd()
687 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_CDW02, VSD_STD_ID_LEN)) in identify_vsd()
705 struct volStructDesc *vsd = NULL; in udf_check_vsd() local
[all …]