Home
last modified time | relevance | path

Searched refs:BOOTSEC_FS_NAME_LEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/exfat/
Dexfat_raw.h75 #define BOOTSEC_FS_NAME_LEN 8 macro
83 __u8 fs_name[BOOTSEC_FS_NAME_LEN];
Dsuper.c437 if (memcmp(p_boot->fs_name, STR_EXFAT, BOOTSEC_FS_NAME_LEN)) { in exfat_read_boot_sector()