Lines Matching refs:text
392 * what can be represented on disk. Returning text as NULL
401 #define LINK_RANGE(text, current, offset) { \
403 text = NULL; \
405 text = "UNDERFLOW"; \
407 text = "OVERFLOW"; \
414 * LINK_RANGE(text, current, offset);
415 * if (text != NULL) {
416 * LINK_CLEAR(text, ino, mode, idp);
425 #define LINK_CLEAR(text, ino, mode, idp) { \
426 pwarn("%s LINK COUNT %s", file_id((ino), (mode)), (text)); \
434 clri((idp), (text), CLRI_QUIET, CLRI_NOP_CORRUPT); \
443 #define LFDIR_LINK_RANGE_RVAL(text, current, offset, idp, rval) { \
444 LINK_RANGE(text, current, offset); \
445 if (text != NULL) { \
446 LINK_CLEAR(text, lfdir, IFDIR, idp); \
456 #define LFDIR_LINK_RANGE_NORVAL(text, current, offset, idp) { \
457 LINK_RANGE(text, current, offset); \
458 if (text != NULL) { \
459 LINK_CLEAR(text, lfdir, IFDIR, idp); \