Searched refs:ftape_get_status (Results 1 – 6 of 6) sorted by relevance
127 if (ftape_get_status()->fti_state == writing) { in zft_update_header_segments()201 "entered, ftape_state = %d", ftape_get_status()->fti_state); in zft_flush_buffers()202 if (ftape_get_status()->fti_state != writing && !need_flush) { in zft_flush_buffers()
295 if (ftape_get_status()->fti_state == writing) { in zft_verify_write_segments()
394 zft_status = ftape_get_status(); /* fetch global data of ftape in zft_init()
64 FT_KSYM(ftape_get_status)
162 extern const ftape_info *ftape_get_status(void);
107 const ftape_info *ftape_get_status(void) in ftape_get_status() function