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

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

Completed in 211 milliseconds