REFCOUNT
REFCOUNT(fd) = 1; /* start with reference acquired */
if (WARN_ON(!REFCOUNT(fd)))
++REFCOUNT(fd);
if (WARN_ON(!REFCOUNT(fd)))
count = --REFCOUNT(fd);
return !REFCOUNT(fd); /* internal fonts have no reference counting */