Displaying 5 results from an estimated 5 matches for "xfs_debug".
2015 Jul 18
1
[PATCH 1/2] xfs: rename xfs_is_valid_magicnum to xfs_is_valid_sb
...if (xfs_read_superblock(fs, &sb)) {
+ if (xfs_read_sb(fs, &sb)) {
xfs_error("Superblock read failed");
goto out;
}
-
- if (!xfs_is_valid_magicnum(&sb)) {
+ if (!xfs_is_valid_sb(&sb)) {
xfs_error("Invalid superblock");
goto out;
}
-
- xfs_debug("magicnum 0x%lX", be32_to_cpu(sb.sb_magicnum));
+ xfs_debug("sb magic: 0x%lX", be32_to_cpu(sb.sb_magicnum));
info = xfs_new_sb_info(&sb);
if (!info) {
xfs_error("Failed to fill in filesystem-specific info structure");
goto out;
}
-
fs-&...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...ntry() function
xfs: Make xfs_da_hashname() function static
xfs: Fix binary search in xfs_dir2_leaf_find_entry() function
xfs: Implement xfs_dir2_leaf_readdir() function
xfs: Use bmbt_irec_get() to get extent information instead
xfs: Use dprintf() for debug messages in xfs_debug()
xfs: Use xfs_debug() for "Entry not found!" message
xfs: Implement xfs_dir2_node_find_entry() function
xfs: Fix memory leaks in xfs_dir2_node_find_entry() function
xfs: Move dir2 functions to another source file
xfs: Remove trailing whitespace in xfs_dir2_i...
2015 Dec 15
8
[PATCH] xfs: Add support for v3 directories
...VT(inode)->i_cur_extent);
+ XFS_PVT(inode)->i_cur_extent++;
bno = fsblock_to_bytes(fs, rec.br_startblock) >> BLOCK_SHIFT(fs);
@@ -130,7 +135,7 @@ static int xfs_next_extent(struct inode *inode, uint32_t lstart)
} else if (core->di_format == XFS_DINODE_FMT_BTREE) {
xfs_debug("XFS_DINODE_FMT_BTREE");
index = XFS_PVT(inode)->i_cur_extent++;
- rblock = (xfs_bmdr_block_t *)&core->di_literal_area[0];
+ rblock = XFS_DFORK_PTR(core, XFS_DATA_FORK);
fsize = XFS_DFORK_SIZE(core, fs, XFS_DATA_FORK);
pp = XFS_BMDR_PTR_A...
2012 Nov 27
0
Syslinux-5.00-pre11
...ntry() function
xfs: Make xfs_da_hashname() function static
xfs: Fix binary search in xfs_dir2_leaf_find_entry() function
xfs: Implement xfs_dir2_leaf_readdir() function
xfs: Use bmbt_irec_get() to get extent information instead
xfs: Use dprintf() for debug messages in xfs_debug()
xfs: Use xfs_debug() for "Entry not found!" message
xfs: Implement xfs_dir2_node_find_entry() function
xfs: Fix memory leaks in xfs_dir2_node_find_entry() function
xfs: Move dir2 functions to another source file
xfs: Remove trailing whitespace in xfs_dir2_i...
2009 Jan 13
28
Warning and BUG with btrfs and corrupted image
Hi,
when mounting an intentionally corrupted btrfs filesystem i get the
following warning and bug message. The image can be found here
www.cccmz.de/~snakebyte/btrfs.2.img.bck.bz2
[ 297.406152] device fsid e14cf01de423381a-4bd40b603870018a <6>devid
2147483649 transid 9 /dev/loop0
[ 297.411937] ------------[ cut here ]------------
[ 297.412207] WARNING: at fs/btrfs/disk-io.c:805