Home
last modified time | relevance | path

Searched refs:LLOG_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c72 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3196 #define LLOG_BITMAP_SIZE(llh) (__u32)((llh->llh_hdr.lrh_len - \ macro