Home
last modified time | relevance | path

Searched refs:other_start (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dfile.c1084 u64 other_start; in btrfs_mark_extent_written() local
1137 other_start = 0; in btrfs_mark_extent_written()
1141 &other_start, &other_end)) { in btrfs_mark_extent_written()
1157 end - other_start); in btrfs_mark_extent_written()
1164 other_start = end; in btrfs_mark_extent_written()
1168 &other_start, &other_end)) { in btrfs_mark_extent_written()
1247 other_start = end; in btrfs_mark_extent_written()
1254 &other_start, &other_end)) { in btrfs_mark_extent_written()
1268 other_start = 0; in btrfs_mark_extent_written()
1272 &other_start, &other_end)) { in btrfs_mark_extent_written()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2343 T* const other_start = x.priv_raw_begin(); in priv_move_assign() local
2346 …boost::container::move_assign_range_alloc_n(this->m_holder.alloc(), other_start, other_sz, this_st… in priv_move_assign()
2400 T* const other_start = x.priv_raw_begin(); in priv_copy_assign() local
2403 …boost::container::copy_assign_range_alloc_n(this->m_holder.alloc(), other_start, other_sz, this_st… in priv_copy_assign()