Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dbcache.c81 #define BCACHE_SB_MAGIC_LEN sizeof (bcache_magic) macro
97 if (memcmp(sb->magic, BCACHE_SB_MAGIC, BCACHE_SB_MAGIC_LEN) != 0) in volume_id_probe_bcache()