Searched refs:tk_aw_ohead (Results 1 – 4 of 4) sorted by relevance
301 bzero(&ftick->tk_aw_ohead, sizeof(struct fuse_out_header)); in fticket_refresh()401 if (ftick->tk_aw_ohead.error) { in fticket_pull()861 if ((err = fdip->tick->tk_aw_ohead.error)) { in fdisp_wait_answ()863 fdip->tick->tk_aw_ohead.error); in fdisp_wait_answ()
212 if (tick->tk_aw_ohead.error == ENOSYS) { in fuse_internal_fsync_callback()576 if ((err = tick->tk_aw_ohead.error)) { in fuse_internal_init_callback()
407 memcpy(&tick->tk_aw_ohead, &ohead, sizeof(ohead)); in fuse_device_write()
119 struct fuse_out_header tk_aw_ohead; member