Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/lowlevel/
Dftape-bsm.c43 static SectorCount *bsm_hash_ptr;
114 static inline void put_sector(SectorCount *ptr, unsigned int sector) in put_sector()
123 static inline unsigned int get_sector(SectorCount *ptr) in get_sector()
204 SectorCount *ptr = (SectorCount *)bad_sector_map; in print_bad_sector_map()
275 bsm_hash_ptr = (SectorCount *)bad_sector_map; in ftape_extract_bad_sector_map()
297 SectorCount **ptr, in forward_seek_entry()
319 SectorCount *tmp_ptr = (*ptr) + 1; in forward_seek_entry()
332 SectorCount **ptr, in backwards_seek_entry()
338 if (*ptr <= (SectorCount *)bad_sector_map) { in backwards_seek_entry()
345 } while (*ptr > (SectorCount *)bad_sector_map && segment > segment_id); in backwards_seek_entry()
[all …]
Dftape-bsm.h50 } __attribute__((packed)) SectorCount; typedef