Searched refs:bufinfo (Results 1 – 2 of 2) sorted by relevance
26 this bufinfo_t bufinfo;54 this->bufinfo = xlate <bufinfo_t> ((struct bio *)args[0]);55 this->bio_cmd = bio_cmd_string[(int)this->bufinfo.b_cmd];56 this->b_flags = (int)this->bufinfo.b_flags;58 this->bio_flags = strjoin(this->bio_flags, this->bufinfo.b_error ?61 strjoin("#", lltostr(this->bufinfo.b_error))) :70 this->bio_length = (long)this->bufinfo.b_bcount;
52 typedef struct bufinfo { struct