Searched refs:extloc (Results 1 – 1 of 1) sorted by relevance
981 static int extloc; variable990 extloc = 0; in setupextattr()1014 if (extloc + size > extbufsize) in xtrattr()1016 memmove(&extbuf[extloc], buf, size); in xtrattr()1017 extloc += size; in xtrattr()