HomeSort by relevance Sort by last modified time
    Searched refs:xfs_error (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_dinode.c 41 xfs_error("Invalid inode offset in block!");
52 xfs_error("Inode core's magic number does not match!");
xfs_readdir.c 47 xfs_error("Failed to get dinode from disk (ino 0x%llx)", ino);
112 xfs_error("Failed to fill in dirent structure");
148 xfs_error("Block directory header's magic number does not match!");
187 xfs_error("Failed to fill in dirent structure");
225 xfs_error("Single leaf block header's magic number does not match!");
250 xfs_error("Leaf directory's data magic number does not match!");
266 xfs_error("Failed to fill in dirent structure");
308 xfs_error("Node's magic number does not match!");
320 xfs_error("Cannot find leaf rec!");
326 xfs_error("Leaf's magic number does not match!")
    [all...]
xfs.c 73 xfs_error("Failed to get dinode from disk (ino %llx)", inode->ino);
111 xfs_error("Failed to get dinode from disk (ino %llx)", inode->ino);
222 xfs_error("Failed to get dinode from disk (ino 0x%llx)", parent->ino);
266 xfs_error("Failed to get dinode from disk (ino 0x%llx)", inode->ino);
275 xfs_error("inode (%llu) bad symlink length (%d)",
308 xfs_error("Inode core's magic number does not match!");
318 xfs_error("root inode is not a directory ?! No makes sense...");
380 xfs_error("Superblock read failed");
385 xfs_error("Invalid superblock");
393 xfs_error("Failed to fill in filesystem-specific info structure")
    [all...]
xfs_dir2.c 218 xfs_error("Failed to get dinode!");
271 xfs_error("Block directory header's magic number does not match!");
316 xfs_error("Failed to get dinode!");
380 xfs_error("Single leaf block header's magic number does not match!");
428 xfs_error("Leaf directory's data magic No. does not match!");
459 xfs_error("Failed to get dinode!");
627 xfs_error("Cannot find right rec!");
634 xfs_error("Node's magic number does not match!");
679 xfs_error("Cannot find right rec!");
689 xfs_error("Leaf's magic number does not match!")
    [all...]
xfs.h 33 #define xfs_error(fmt, args...) \ macro

Completed in 88 milliseconds