Home
last modified time | relevance | path

Searched refs:old_loc (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/resize/
Dextent.c23 __u64 old_loc, new_loc; member
81 errcode_t ext2fs_add_extent_entry(ext2_extent extent, __u64 old_loc, __u64 new_loc) in ext2fs_add_extent_entry() argument
106 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry()
114 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry()
118 ent->old_loc = old_loc; in ext2fs_add_extent_entry()
136 return (db_a->old_loc - db_b->old_loc); in extent_cmp()
143 __u64 ext2fs_extent_translate(ext2_extent extent, __u64 old_loc) in ext2fs_extent_translate() argument
164 lowval = extent->list[low].old_loc; in ext2fs_extent_translate()
165 highval = extent->list[high].old_loc; in ext2fs_extent_translate()
167 if (old_loc < lowval) in ext2fs_extent_translate()
[all …]
Dresize2fs.h160 __u64 old_loc, __u64 new_loc);
161 extern __u64 ext2fs_extent_translate(ext2_extent extent, __u64 old_loc);
163 extern errcode_t ext2fs_iterate_extent(ext2_extent extent, __u64 *old_loc,
Dresize2fs.c1804 static __u64 extent_translate(ext2_filsys fs, ext2_extent extent, __u64 old_loc) in extent_translate() argument
1806 __u64 new_block = C2B(ext2fs_extent_translate(extent, B2C(old_loc))); in extent_translate()
1809 new_block += old_loc & (EXT2FS_CLUSTER_RATIO(fs) - 1); in extent_translate()
/third_party/boost/libs/serialization/test/
Dtest_codecvt_null.cpp74 std::locale old_loc; in test_main() local
76 old_loc, in test_main()
/third_party/boost/libs/serialization/performance/
Dperformance_codecvt_null.cpp75 std::locale old_loc; in test_main() local
77 boost::archive::add_facet(old_loc, new boost::archive::codecvt_null<wchar_t>); in test_main()
Dperformance_utf8_codecvt.cpp100 std::locale old_loc; in test_main() local
103 old_loc, in test_main()
/third_party/python/Lib/test/
Dtest_c_locale_coercion.py408 old_loc = locale.setlocale(locale.LC_CTYPE, None)
409 self.addCleanup(locale.setlocale, locale.LC_CTYPE, old_loc)
/third_party/boost/boost/xpressive/traits/
Dcpp_regex_traits.hpp579 locale_type old_loc = this->loc_; in imbue() local
584 return old_loc; in imbue()
/third_party/boost/libs/filesystem/test/
Dpath_unit_test.cpp840 std::locale old_loc = path::imbue(loc); in test_imbue_locale() local
848 path::imbue(old_loc); in test_imbue_locale()
1007 std::locale old_loc = path::imbue(loc); in test_error_handling() local
1061 path::imbue(old_loc); in test_error_handling()
/third_party/e2fsprogs/misc/
Dtune2fs.c113 blk64_t old_loc; member
2316 bmv->old_loc = blk; in move_block()
2342 if (bmv->old_loc == blk) in translate_block()