Searched refs:MSDOS_DOTDOT (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | msdos_fs.h | 59 #define MSDOS_DOTDOT ".. " /* "..", padded to MSDOS_NAME chars */ 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 D | msdos_fs.h | 59 #define MSDOS_DOTDOT ".. " /* "..", padded to MSDOS_NAME chars */ 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 D | msdos_fs.h | 59 #define MSDOS_DOTDOT ".. " /* "..", padded to MSDOS_NAME chars */ macro
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | dir.c | 665 } else if (!memcmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) { in __fat_readdir() 897 if (!strncmp((*de)->name, MSDOS_DOTDOT, MSDOS_NAME)) in fat_get_dotdot_entry() 916 strncmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) { in fat_dir_empty() 1162 memcpy(de[1].name, MSDOS_DOTDOT, MSDOS_NAME); in fat_alloc_new_dir()
|