Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Docfs2_ioctl.h106 __u8 il_label[OCFS2_MAX_VOL_LABEL_LEN];
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. */
A Dioctl.c208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
A Dsuper.c2102 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2226 OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_initialize_super()

Completed in 20 milliseconds