Lines Matching refs:UsnJrnl
541 "($UsnJrnl)%s", es);
1425 * If $UsnJrnl is not present or in the process of being disabled, we set
1428 * If the $UsnJrnl $DATA/$J attribute has a size equal to the lowest valid usn,
1441 static const ntfschar UsnJrnl[9] = { cpu_to_le16('$'),
1455 * filename $UsnJrnl in the extended system files directory $Extend.
1458 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), UsnJrnl, 8,
1467 ntfs_debug("$UsnJrnl not present. Volume does not "
1479 "$UsnJrnl.");
1489 ntfs_error(vol->sb, "Failed to load $UsnJrnl.");
1498 ntfs_debug("$UsnJrnl in the process of being disabled. "
1506 ntfs_error(vol->sb, "Failed to load $UsnJrnl/$DATA/$Max "
1512 ntfs_error(vol->sb, "Found corrupt $UsnJrnl/$DATA/$Max "
1521 ntfs_error(vol->sb, "Failed to load $UsnJrnl/$DATA/$J "
1529 ntfs_error(vol->sb, "$UsnJrnl/$DATA/$J attribute is resident "
1536 ntfs_error(vol->sb, "Failed to read from $UsnJrnl/$DATA/$Max "
1545 "maximum size (0x%llx). $UsnJrnl is corrupt.",
1560 ntfs_debug("$UsnJrnl is enabled but nothing has been "
1567 ntfs_error(vol->sb, "$UsnJrnl has lowest valid usn (0x%llx) "
1568 "which is out of bounds (0x%llx). $UsnJrnl "
2152 * Find the transaction log file ($UsnJrnl), load it if present, check
2156 static const char *es1 = "Failed to load $UsnJrnl";
2180 "($UsnJrnl)";