Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Docfs2_ioctl.h106 __u8 il_label[OCFS2_MAX_VOL_LABEL_LEN];
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. */
Dioctl.c208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
Dsuper.c2121 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2263 OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_initialize_super()