Searched refs:LLOG_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
72 bitmap_size = LLOG_BITMAP_SIZE(llh); in llog_cat_new_log()280 loghandle->lgh_last_idx < LLOG_BITMAP_SIZE(llh) - 1) { in llog_cat_current_log()300 if (loghandle->lgh_last_idx < LLOG_BITMAP_SIZE(llh) - 1) { in llog_cat_current_log()700 bitmap_size = LLOG_BITMAP_SIZE(llh); in llog_cat_set_first_idx()
3196 #define LLOG_BITMAP_SIZE(llh) (__u32)((llh->llh_hdr.lrh_len - \ macro