Home
last modified time | relevance | path

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

/fs/udf/
Dsuper.c653 static int identify_vsd(const struct volStructDesc *vsd) in identify_vsd() argument
657 if (!memcmp(vsd->stdIdent, VSD_STD_ID_CD001, VSD_STD_ID_LEN)) { in identify_vsd()
658 switch (vsd->structType) { in identify_vsd()
675 udf_debug("ISO9660 VRS (%u) found\n", vsd->structType); in identify_vsd()
678 } else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BEA01, VSD_STD_ID_LEN)) in identify_vsd()
680 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR02, VSD_STD_ID_LEN)) in identify_vsd()
682 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_NSR03, VSD_STD_ID_LEN)) in identify_vsd()
684 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_BOOT2, VSD_STD_ID_LEN)) in identify_vsd()
686 else if (!memcmp(vsd->stdIdent, VSD_STD_ID_CDW02, VSD_STD_ID_LEN)) in identify_vsd()
704 struct volStructDesc *vsd = NULL; in udf_check_vsd() local
[all …]