Searched refs:get_last_possible_lba (Results 1 – 6 of 6) sorted by relevance
108 uint32_t get_last_possible_lba(cd_device *dev);
115 if ((blks_avail = get_last_possible_lba(target)) == 0) { in write_audio()
86 cap = get_last_possible_lba(target); in info()
116 if ((cap = get_last_possible_lba(target)) <= 0) { in write_image()
144 nblks_avail = get_last_possible_lba(target); in ensure_media_space()
708 get_last_possible_lba(cd_device *dev) in get_last_possible_lba() function