/* TEA_transform borrowed from ext3 */
#define DELTA 0x9E3779B9
-static void dir_print(char *buf, int psz);
static void TEA_transform(u32 buf[2], u32 const in[4])
{
static void xprintk(char *block, int psz, char *s, int a, int b, int c, int d)
{
printk(s, a, b, c, d);
- dir_print(block, psz);
+ lafs_dir_print(block, psz);
BUG();
}
}
}
}
-static void dir_print(char *buf, int psz)
+void lafs_dir_print(char *buf, int psz)
{
dir_print_block(buf, psz, 1);
}
int reserved;
};
+void lafs_dir_print(char *buf, int psz);
int lafs_dir_blk_size(char *block, int psz);
void lafs_dir_clearparent(struct datablock *b);
struct block *lafs_dir_drop_parent(struct datablock *b);