Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dsymlink_repair.c107 bool hdr_ok; in xrep_symlink_salvage_remote() local
146 hdr_ok = xfs_symlink_hdr_ok(ip->i_ino, offset, byte_cnt, bp); in xrep_symlink_salvage_remote()
147 if (!hdr_ok || (fa != NULL && !magic_ok)) in xrep_symlink_salvage_remote()
/linux-6.12.1/drivers/mtd/
Dftl.c197 int hdr_ok, ret = -1; in build_maps() local
229 hdr_ok = (strcmp(header.DataOrgTuple+3, "FTL100") == 0); in build_maps()
230 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) < part->DataUnits) && in build_maps()
242 if (hdr_ok && (le16_to_cpu(header.LogicalEUN) == 0xffff)) { in build_maps()