Searched refs:spc1 (Results 1 – 1 of 1) sorted by relevance
87 #define FUSE_DIMALLOC(fiov, spc1, spc2, amnt) do { \ argument88 fiov_adjust(fiov, (sizeof(*(spc1)) + (amnt))); \89 (spc1) = (fiov)->base; \90 (spc2) = (char *)(fiov)->base + (sizeof(*(spc1))); \