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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 99 struct ext2_ext_attr_entry *from_entry, *to_entry; local
106 from_entry = (struct ext2_ext_attr_entry *)from_header;
116 from_entry = (struct ext2_ext_attr_entry *)(from_header+1);
120 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
122 ext2fs_swab16(from_entry->e_value_offs);
124 ext2fs_swab32(from_entry->e_value_block);
126 ext2fs_swab32(from_entry->e_value_size);
127 from_entry = EXT2_EXT_ATTR_NEXT(from_entry);
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 234 // |from_entry| will be updated to point to the new entry, otherwise it will
237 CacheRankingsBlock** from_entry,
backend_impl.cc     [all...]

Completed in 110 milliseconds