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

  /external/e2fsprogs/lib/ext2fs/
swapfs.c 119 struct ext2_ext_attr_entry *from_entry)
121 to_entry->e_value_offs = ext2fs_swab16(from_entry->e_value_offs);
122 to_entry->e_value_block = ext2fs_swab32(from_entry->e_value_block);
123 to_entry->e_value_size = ext2fs_swab32(from_entry->e_value_size);
124 to_entry->e_hash = ext2fs_swab32(from_entry->e_hash);
133 struct ext2_ext_attr_entry *from_entry, *to_entry; local
142 from_entry = (struct ext2_ext_attr_entry *)(from_header+1);
145 from_entry = (struct ext2_ext_attr_entry *)from_header;
149 while ((char *)from_entry < from_end && *(__u32 *)from_entry) {
    [all...]
ext2fs.h     [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 297 // |from_entry| will be updated to point to the new entry, otherwise it will
300 CacheRankingsBlock** from_entry,
backend_impl.cc     [all...]

Completed in 125 milliseconds