Home
last modified time | relevance | path

Searched refs:OCFS2_MAX_VOL_LABEL_LEN (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Docfs2_ioctl.h106 __u8 il_label[OCFS2_MAX_VOL_LABEL_LEN];
H A Docfs2_fs.h294 #define OCFS2_MAX_VOL_LABEL_LEN 64 macro
607 /*50*/ __u8 s_label[OCFS2_MAX_VOL_LABEL_LEN]; /* Label for mounting, etc. */
H A Dioctl.c209 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
H A Dsuper.c2104 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2228 OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_initialize_super()