search for: i_faddr

Displaying 4 results from an estimated 4 matches for "i_faddr".

Did you mean: i_addr
2005 Jul 25
2
[Fwd: e2fsck Segmentation Fault]
...ry inode 2162689 (...) Connect to /lost+found? yes Unconnected directory inode 3129345 (...) Connect to /lost+found? yes Unconnected directory inode 8601601 (...) Connect to /lost+found? yes Pass 4: Checking reference counts i_file_acl for inode 11 (...) is 536879104, should be zero. Clear? yes i_faddr for inode 11 (...) is 536879104, should be zero. Clear? yes i_fsize for inode 11 (...) is 32, should be zero. Clear? yes Segmentation fault
2011 Apr 27
2
btrfs-convert crashes
...i_gid = 1000, i_links_count = 2, i_blocks = 32, i_flags = 528384, osd1 = {linux1 = {l_i_version = 1981}, hurd1 = {h_i_translator = 1981}}, i_block = {193290, 4, 0, 0, 1, 149430439, 1, 3, 149430464, 0, 0, 0, 0, 0, 0}, i_generation = 2854948622, i_file_acl = 0, i_dir_acl = 0, i_faddr = 0, osd2 = {linux2 = { l_i_blocks_hi = 0, l_i_file_acl_high = 0, l_i_uid_high = 0, l_i_gid_high = 0, l_i_reserved2 = 0}, hurd2 = {h_i_frag = 0 ''\000'', h_i_fsize = 0 ''\000'', h_i_mode_high = 0, h_i_uid_high = 0, h_i_gid_high = 0, h_i_...
2001 Mar 23
0
[linux-lvm] EXT2-fs panic (device lvm(58,0)):
...i_ctime = CURRENT_TIME; + /* The inode->u struct is zeroed for us by new_inode() */ inode->u.ext2_i.i_new_inode = 1; inode->u.ext2_i.i_flags = dir->u.ext2_i.i_flags; if (S_ISLNK(mode)) inode->u.ext2_i.i_flags &= ~(EXT2_IMMUTABLE_FL | EXT2_APPEND_FL); - inode->u.ext2_i.i_faddr = 0; - inode->u.ext2_i.i_frag_no = 0; - inode->u.ext2_i.i_frag_size = 0; - inode->u.ext2_i.i_file_acl = 0; - inode->u.ext2_i.i_dir_acl = 0; - inode->u.ext2_i.i_dtime = 0; inode->u.ext2_i.i_block_group = i; if (inode->u.ext2_i.i_flags & EXT2_SYNC_FL) inode->i_flags...
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply