Home
last modified time | relevance | path

Searched refs:vol_label (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dmsdos_fs.h133 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
156 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
/Linux-v6.6/fs/ocfs2/
Dsuper.c223 osb->fs_generation, osb->vol_label); in ocfs2_osb_dump()
2103 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2104 if (!osb->vol_label) { in ocfs2_initialize_super()
2226 strscpy(osb->vol_label, di->id2.i_super.s_label, in ocfs2_initialize_super()
2234 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
2303 kfree(osb->vol_label); in ocfs2_initialize_super()
2510 kfree(osb->vol_label); in ocfs2_delete_osb()
Docfs2.h313 u8 *vol_label; member
Dioctl.c208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
/Linux-v6.6/fs/hpfs/
Dhpfs.h64 u8 vol_label[11]; member