Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmsdos_fs.h138 __u8 vol_label[11]; /* volume label */ member
161 __u8 vol_label[11]; /* volume label */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmsdos_fs.h138 __u8 vol_label[11]; /* volume label */ member
161 __u8 vol_label[11]; /* volume label */ member
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c977 char vol_label[12]; in file_fat_detectfs() local
1025 memcpy(vol_label, volinfo.volume_label, 11); in file_fat_detectfs()
1026 vol_label[11] = '\0'; in file_fat_detectfs()
1029 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dsuper.c227 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()
2246 strlcpy(osb->vol_label, di->id2.i_super.s_label, in ocfs2_initialize_super()
2254 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
2508 kfree(osb->vol_label); in ocfs2_delete_osb()
H A Docfs2.h315 u8 *vol_label; member
H A Dioctl.c204 memcpy(oil.il_label, osb->vol_label, OCFS2_MAX_VOL_LABEL_LEN); in ocfs2_info_handle_label()
/OK3568_Linux_fs/kernel/fs/hpfs/
H A Dhpfs.h64 u8 vol_label[11]; member