Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-ctl.c138 pos->seg_pos = zft_find_volume(0)->start_seg; in zft_reset_position()
261 volume = zft_find_volume(pos->seg_pos); in seek_block()
423 vtbl = zft_find_volume(pos->seg_pos); in fsfbsfm()
558 zft_find_volume(zft_pos.seg_pos)->blk_sz); in mt_tell()
928 volume = zft_find_volume(zft_pos.seg_pos); in mtiocget()
1122 volume = zft_find_volume(zft_pos.seg_pos); in mtiocvolinfo()
1153 blksz->mt_blksz = zft_find_volume(zft_pos.seg_pos)->blk_sz; in mtioc_zftape_getblksz()
Dzftape-vtbl.h162 extern const zft_volinfo *zft_find_volume(unsigned int seg_pos);
Dzftape-read.c220 *volume = zft_find_volume(pos->seg_pos); in check_read_access()
Dzftape-vtbl.c557 vtbl= zft_find_volume(pos->seg_pos); in zft_skip_volumes()
711 const zft_volinfo *zft_find_volume(unsigned int seg_pos) in zft_find_volume() function
Dzftape-write.c366 *volume = zft_find_volume(pos->seg_pos); in check_write_access()