Lines Matching refs:UsnJrnl
533 "($UsnJrnl)%s", es);
1417 * If $UsnJrnl is not present or in the process of being disabled, we set
1420 * If the $UsnJrnl $DATA/$J attribute has a size equal to the lowest valid usn,
1433 static const ntfschar UsnJrnl[9] = { cpu_to_le16('$'),
1447 * filename $UsnJrnl in the extended system files directory $Extend.
1450 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8,
1459 ntfs_debug("$UsnJrnl not present. Volume does not "
1471 "$UsnJrnl.");
1481 ntfs_error(vol->sb, "Failed to load $UsnJrnl.");
1490 ntfs_debug("$UsnJrnl in the process of being disabled. "
1498 ntfs_error(vol->sb, "Failed to load $UsnJrnl/$DATA/$Max "
1504 ntfs_error(vol->sb, "Found corrupt $UsnJrnl/$DATA/$Max "
1513 ntfs_error(vol->sb, "Failed to load $UsnJrnl/$DATA/$J "
1521 ntfs_error(vol->sb, "$UsnJrnl/$DATA/$J attribute is resident "
1528 ntfs_error(vol->sb, "Failed to read from $UsnJrnl/$DATA/$Max "
1537 "maximum size (0x%llx). $UsnJrnl is corrupt.",
1552 ntfs_debug("$UsnJrnl is enabled but nothing has been "
1559 ntfs_error(vol->sb, "$UsnJrnl has lowest valid usn (0x%llx) "
1560 "which is out of bounds (0x%llx). $UsnJrnl "
2144 * Find the transaction log file ($UsnJrnl), load it if present, check
2148 static const char *es1 = "Failed to load $UsnJrnl";
2172 "($UsnJrnl)";