Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dsuper.c24 static const unsigned char VBSF_MOUNT_SIGNATURE[4] = "\000\377\376\375"; variable
378 if (data && !memcmp(data, VBSF_MOUNT_SIGNATURE, 4)) { in vboxsf_parse_monolithic()