Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dsymlink_repair.c107 bool magic_ok; in xrep_symlink_salvage_remote() local
146 magic_ok = dsl->sl_magic == cpu_to_be32(XFS_SYMLINK_MAGIC); in xrep_symlink_salvage_remote()
148 if (!hdr_ok || (fa != NULL && !magic_ok)) in xrep_symlink_salvage_remote()
H A Dinode_repair.c179 bool magic_ok = false; in xrep_dinode_buf_core() local
189 magic_ok = true; in xrep_dinode_buf_core()
195 if (magic_ok && unlinked_ok && crc_ok) in xrep_dinode_buf_core()
198 if (!magic_ok) { in xrep_dinode_buf_core()