Searched refs:R_FIXEDLEN (Results 1 – 2 of 2) sorted by relevance
73 if (openinfo->flags & ~(R_FIXEDLEN | R_NOKEY | R_SNAPSHOT)) in __rec_open()98 if (openinfo->flags & R_FIXEDLEN) { in __rec_open()
143 #define R_FIXEDLEN 0x01 /* fixed-length records */ macro