Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h47 #define OCFS2_SUPER_BLOCK_SIGNATURE "OCFSV2" macro
Dsuper.c2324 if (memcmp(di->i_signature, OCFS2_SUPER_BLOCK_SIGNATURE, in ocfs2_verify_volume()
2325 strlen(OCFS2_SUPER_BLOCK_SIGNATURE)) == 0) { in ocfs2_verify_volume()