Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dincore.h397 #define GFS2_MIN_LVB_SIZE 32 /* Min size of LVB that gfs2 supports */ macro
Dglock.c820 gl->gl_lksb.sb_lvbptr = kzalloc(GFS2_MIN_LVB_SIZE, GFP_NOFS); in gfs2_glock_get()