Home
last modified time | relevance | path

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

/drivers/staging/exfat/
Dexfat.h37 #define PBR_SIGNATURE 0xAA55 macro
Dexfat_super.c384 if (GET16_A(p_pbr->signature) != PBR_SIGNATURE) { in ffsMountVol()