/external/e2fsprogs/lib/ext2fs/ |
tst_inode_size.c | 24 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(inode.x), \ 28 static int do_field(const char *field, unsigned size, unsigned cur_size, function 74 do_field("Small inode end", 0, 0, cur_offset, 128); 84 do_field("Large inode end", 0, 0, cur_offset, sizeof(inode));
|
tst_fs_struct.c | 23 #define check_field(x) cur_offset = do_field(#x, sizeof(fs.x), \ 27 static int do_field(const char *field, size_t size, int offset, int cur_offset) function
|
tst_super_size.c | 27 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(sb.x), \ 31 static int do_field(const char *field, unsigned size, unsigned cur_size, function 139 do_field("Superblock end", 0, 0, cur_offset, 1024);
|