Home
last modified time | relevance | path

Searched refs:zft_volinfo (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/char/ftape/zftape/
Dzftape-vtbl.h120 } zft_volinfo; typedef
123 #define zft_head_vtbl list_entry(zft_vtbl.next, zft_volinfo, node)
124 #define zft_eom_vtbl list_entry(zft_vtbl.prev, zft_volinfo, node)
125 #define zft_last_vtbl list_entry(zft_eom_vtbl->node.prev, zft_volinfo, node)
126 #define zft_first_vtbl list_entry(zft_head_vtbl->node.next, zft_volinfo, node)
162 extern const zft_volinfo *zft_find_volume(unsigned int seg_pos);
174 const zft_volinfo *volume);
175 static inline __s64 zft_check_for_eof(const zft_volinfo *vtbl,
184 const zft_volinfo *volume) in zft_position_before_eof()
223 static inline __s64 zft_check_for_eof(const zft_volinfo *vtbl, in zft_check_for_eof()
Dzftape-vtbl.c62 static zft_volinfo tape_vtbl;
63 static zft_volinfo eot_vtbl;
64 static zft_volinfo *cur_vtbl;
69 zft_volinfo *new = zft_kmalloc(sizeof(zft_volinfo)); in zft_new_vtbl_entry()
79 zft_volinfo *vtbl; in zft_free_vtbl()
84 vtbl = list_entry(tmp, zft_volinfo, node); in zft_free_vtbl()
85 zft_kfree(vtbl, sizeof(zft_volinfo)); in zft_free_vtbl()
95 zft_volinfo *new; in zft_init_vtbl()
101 new = zft_kmalloc(sizeof(zft_volinfo)); in zft_init_vtbl()
103 new = zft_kmalloc(sizeof(zft_volinfo)); in zft_init_vtbl()
[all …]
Dzftape-init.h56 const zft_position *pos, const zft_volinfo *volume);
60 const zft_position *pos, const zft_volinfo *volume);
62 zft_position *pos, const zft_volinfo *volume,
Dzftape-read.c166 const zft_volinfo *volume) in zft_simple_read()
193 const zft_volinfo **volume, in check_read_access()
267 const zft_volinfo *volume) in empty_deblock_buf()
311 static const zft_volinfo *volume = NULL; in _zft_read()
Dzftape-write.c311 const zft_position *pos,const zft_volinfo *volume) in zft_simple_write()
336 const zft_volinfo **volume, in check_write_access()
390 zft_position *pos, const zft_volinfo *volume, in fill_deblock_buf()
438 static const zft_volinfo *volume = NULL; in _zft_write()
Dzftape-ctl.c257 const zft_volinfo *volume; in seek_block()
404 const zft_volinfo *vtbl; in fsfbsfm()
904 const zft_volinfo *volume; in mtiocget()
1107 const zft_volinfo *volume; in mtiocvolinfo()
/linux-2.4.37.9/drivers/char/ftape/compressor/
Dzftape-compress.c83 const zft_position *pos, const zft_volinfo *volume);
87 const zft_position *pos, const zft_volinfo *volume);
89 zft_position *pos, const zft_volinfo *volume,
177 const zft_volinfo *volume) in get_cseg()
564 const zft_position *pos, const zft_volinfo *volume) in zftc_write()
699 const zft_position *pos, const zft_volinfo *volume) in zftc_read()
809 const int seg_pos, const zft_volinfo *volume);
812 const zft_volinfo *volume, __u8 *buf);
817 const zft_volinfo *volume, __u8 *buf);
819 zft_position *pos, const zft_volinfo *volume,
[all …]