Searched refs:vol_label (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | msdos_fs.h | 133 __u8 vol_label[MSDOS_NAME]; /* volume label */ member 156 __u8 vol_label[MSDOS_NAME]; /* volume label */ member
|
/openbmc/u-boot/fs/fat/ |
H A D | fat.c | 1019 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 D | super.c | 223 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() 2517 kfree(osb->vol_label); in ocfs2_delete_osb()
|
H A D | ocfs2.h | 337 u8 *vol_label; member
|
H A D | ioctl.c | 208 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
|
/openbmc/linux/fs/hpfs/ |
H A D | hpfs.h | 64 u8 vol_label[11]; member
|