HomeSort by relevance Sort by last modified time
    Searched refs:EQ_CLSTR (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
pass5.c 189 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
337 if (EQ_CLSTR(i, super_blk) ||
341 (new_desc_blk && EQ_CLSTR(i, new_desc_blk)) ||
342 EQ_CLSTR(i, ext2fs_block_bitmap_loc(fs, group)) ||
343 EQ_CLSTR(i, ext2fs_inode_bitmap_loc(fs, group)) ||
  /external/e2fsprogs/resize/
resize2fs.c 69 #define EQ_CLSTR(x, y) (B2C(x) == B2C(y))
    [all...]

Completed in 177 milliseconds