Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmsdos_fs.h135 __u8 vol_label[11]; /* volume label */ member
158 __u8 vol_label[11]; /* volume label */ member
/linux-4.1.27/fs/ocfs2/
Dsuper.c241 osb->fs_generation, osb->vol_label); in ocfs2_osb_dump()
2150 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super()
2151 if (!osb->vol_label) { in ocfs2_initialize_super()
2286 strlcpy(osb->vol_label, di->id2.i_super.s_label, in ocfs2_initialize_super()
2294 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
2539 kfree(osb->vol_label); in ocfs2_delete_osb()
Docfs2.h323 u8 *vol_label; member
Dioctl.c210 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
/linux-4.1.27/fs/hpfs/
Dhpfs.h63 u8 vol_label[11]; member