Home
last modified time | relevance | path

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

/linux-4.1.27/fs/logfs/
Dlogfs_abi.h64 #define LOGFS_MAGIC 0x7a3a8e5cb9d5bf67ull macro
Dsuper.c182 ds->ds_magic = cpu_to_be64(LOGFS_MAGIC); in logfs_write_ds()
349 if (ds->ds_magic != cpu_to_be64(LOGFS_MAGIC)) in logfs_check_ds()