Searched refs:IsoBcEntry (Results 1 – 2 of 2) sorted by relevance
481 typedef struct IsoBcEntry { struct488 } __attribute__((packed)) IsoBcEntry; argument490 #define ISO_BC_ENTRY_PER_SECTOR (ISO_SECTOR_SIZE / sizeof(IsoBcEntry))499 static inline bool is_iso_bc_valid(IsoBcEntry *e) in is_iso_bc_valid()
971 IsoBcEntry *e = (IsoBcEntry *)sec; in find_iso_bc_entry()