Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmsdos_fs.h57 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ macro
/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.h57 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ macro
/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.h57 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */ macro
/OK3568_Linux_fs/kernel/fs/fat/
H A Dnamei_vfat.c668 slots = kmalloc_array(MSDOS_SLOTS, sizeof(*slots), GFP_NOFS); in vfat_add_entry()
H A Ddir.c33 #define FAT_MAX_UNI_CHARS ((MSDOS_SLOTS - 1) * 13 + 1)