Searched refs:fake_pdu (Results 1 – 1 of 1) sorted by relevance
722 struct p9_fcall fake_pdu; in p9stat_read() local725 fake_pdu.size = len; in p9stat_read()726 fake_pdu.capacity = len; in p9stat_read()727 fake_pdu.sdata = buf; in p9stat_read()728 fake_pdu.offset = 0; in p9stat_read()737 return fake_pdu.offset; in p9stat_read()776 fake_pdu.size = len; in p9dirent_read()777 fake_pdu.capacity = len; in p9dirent_read()778 fake_pdu.sdata = buf; in p9dirent_read()779 fake_pdu.offset = 0; in p9dirent_read()[all …]