Searched refs:count_type (Results 1 – 5 of 5) sorted by relevance
39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enum in boost::detail::local_counted_base41 count_type local_use_count_;73 local_use_count_ = static_cast<count_type>( local_use_count_ + 1 ); in add_ref()78 local_use_count_ = static_cast<count_type>( local_use_count_ - 1 ); in release()
137 using count_type = size_t;153 count_type156 count_type __n = 0;158 if (__n != numeric_limits<count_type>::max())164 count_type169 count_type172 count_type __n = 0;174 if (__n != numeric_limits<count_type>::max())179 count_type184 count_type[all …]
1064 enum count_type { enum2373 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count() argument2375 atomic_inc(&sbi->nr_pages[count_type]); in inc_page_count()2377 if (count_type == F2FS_DIRTY_DENTS || in inc_page_count()2378 count_type == F2FS_DIRTY_NODES || in inc_page_count()2379 count_type == F2FS_DIRTY_META || in inc_page_count()2380 count_type == F2FS_DIRTY_QDATA || in inc_page_count()2381 count_type == F2FS_DIRTY_IMETA) in inc_page_count()2394 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count() argument2396 atomic_dec(&sbi->nr_pages[count_type]); in dec_page_count()[all …]
79 static enum count_type __read_io_type(struct page *page) in __read_io_type()322 enum count_type type = WB_DATA_TYPE(page); in f2fs_write_end_io()