Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Docfs2_fs.h62 #define OCFS2_SUPER_BLOCK_SIGNATURE "OCFSV2" macro
Dsuper.c2378 if (memcmp(di->i_signature, OCFS2_SUPER_BLOCK_SIGNATURE, in ocfs2_verify_volume()
2379 strlen(OCFS2_SUPER_BLOCK_SIGNATURE)) == 0) { in ocfs2_verify_volume()