Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h133 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
156 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
/openbmc/u-boot/fs/fat/
H A Dfat.c1019 char vol_label[12]; in file_fat_detectfs() local
1067 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1068 vol_label[11] = '\0'; in file_fat_detectfs()
1071 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c223 osb->fs_generation, osb->vol_label); in ocfs2_osb_dump()
2105 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2106 if (!osb->vol_label) { in ocfs2_initialize_super()
2228 strscpy(osb->vol_label, di->id2.i_super.s_label, in ocfs2_initialize_super()
2236 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
2305 kfree(osb->vol_label); in ocfs2_initialize_super()
2512 kfree(osb->vol_label); in ocfs2_delete_osb()
H A Docfs2.h337 u8 *vol_label; member
H A Dioctl.c208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
/openbmc/linux/fs/hpfs/
H A Dhpfs.h64 u8 vol_label[11]; member