OCFS2_MAX_VOL_LABEL_LEN 579 fs/ocfs2/ocfs2_fs.h /*50*/ __u8 s_label[OCFS2_MAX_VOL_LABEL_LEN]; /* Label for mounting, etc. */ OCFS2_MAX_VOL_LABEL_LEN 1472 fs/ocfs2/super.c osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL);