Searched refs:REC_F_SIZE (Results 1 – 3 of 3) sorted by relevance
48 return REC_F_SIZE(f); in reclen()
60 sfsprintf(s, e - s, "%lu", REC_F_SIZE(f)); in fmtrec()
52 #define REC_F_SIZE(f) ((f)&((1<<28)-1)) macro