Searched refs:vol_desc_start (Results 1 – 1 of 1) sorted by relevance
506 unsigned int vol_desc_start = 0; in isofs_get_last_session() local 536 vol_desc_start = ms_info.addr.lba; in isofs_get_last_session() 540 return vol_desc_start; in isofs_get_last_session() 589 unsigned int vol_desc_start; in isofs_fill_super() local 618 vol_desc_start = (opt->sbsector != -1) ? in isofs_fill_super() 621 for (iso_blknum = vol_desc_start+16; in isofs_fill_super() 622 iso_blknum < vol_desc_start+100; iso_blknum++) { in isofs_fill_super()