Searched refs:extloc (Results 1 – 1 of 1) sorted by relevance
987 static int extloc; variable996 extloc = 0; in setupextattr()1020 if (extloc + size > extbufsize) in xtrattr()1022 memmove(&extbuf[extloc], buf, size); in xtrattr()1023 extloc += size; in xtrattr()