Searched refs:next_buffhd_to_fill (Results 1 – 1 of 1) sorted by relevance
299 struct fsg_buffhd *next_buffhd_to_fill; member738 bh = common->next_buffhd_to_fill; in do_read()802 common->next_buffhd_to_fill = bh->next; in do_read()858 bh = common->next_buffhd_to_fill; in do_write()909 common->next_buffhd_to_fill = bh->next; in do_write()997 struct fsg_buffhd *bh = common->next_buffhd_to_fill; in do_verify()1417 struct fsg_buffhd *bh = fsg->common->next_buffhd_to_fill; in pad_with_zeros()1439 bh = fsg->common->next_buffhd_to_fill = bh->next; in pad_with_zeros()1472 bh = common->next_buffhd_to_fill; in throw_away_data()1487 common->next_buffhd_to_fill = bh->next; in throw_away_data()[all …]