Searched refs:vol_label (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 109 __u8 vol_label[MSDOS_NAME]; member 124 __u8 vol_label[MSDOS_NAME]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 109 __u8 vol_label[MSDOS_NAME]; member 124 __u8 vol_label[MSDOS_NAME]; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | msdos_fs.h | 102 __u8 vol_label[11]; member 120 __u8 vol_label[11]; member
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | super.c | 223 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()
|
H A D | ocfs2.h | 313 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()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | super.c | 226 osb->fs_generation, osb->vol_label); in ocfs2_osb_dump() 2116 osb->vol_label = kmalloc(OCFS2_MAX_VOL_LABEL_LEN, GFP_KERNEL); in ocfs2_initialize_super() 2117 if (!osb->vol_label) { in ocfs2_initialize_super() 2257 strlcpy(osb->vol_label, di->id2.i_super.s_label, in ocfs2_initialize_super() 2265 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super() 2519 kfree(osb->vol_label); in ocfs2_delete_osb()
|
H A D | ocfs2.h | 315 u8 *vol_label; member
|
H A D | ioctl.c | 204 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
|
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | hpfs.h | 64 u8 vol_label[11]; member
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | hpfs.h | 64 u8 vol_label[11]; member
|
Completed in 17 milliseconds