Home | History | Annotate | Download | only in r_inline_xattr
      1 resize2fs test
      2 debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
      3 Inode: 1550   Type: regular    Mode:  0644   Flags: 0x0
      4 Extended attributes stored in inode body: 
      5   name = "propervalue" (11)
      6 Exit status is 0
      7 resize2fs test.img 5M
      8 Resizing the filesystem on test.img to 5120 (1k) blocks.
      9 The filesystem on test.img is now 5120 blocks long.
     10 
     11 Exit status is 0
     12 debugfs -R ''stat file'' test.img 2>&1 | grep ''^Inode\|in inode body\|name = ''
     13 Inode: 12   Type: regular    Mode:  0644   Flags: 0x0
     14 Extended attributes stored in inode body: 
     15   name = "propervalue" (11)
     16 Exit status is 0
     17