Home
last modified time | relevance | path

Searched defs:count_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dlocal_counted_base.hpp39 enum count_type { min_ = 0, initial_ = 1, max_ = 2147483647 }; enum in boost::detail::local_counted_base
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h1064 enum count_type { enum
2373 static inline void inc_page_count(struct f2fs_sb_info *sbi, int count_type) in inc_page_count()
2394 static inline void dec_page_count(struct f2fs_sb_info *sbi, int count_type) in dec_page_count()
2412 static inline s64 get_pages(struct f2fs_sb_info *sbi, int count_type) in get_pages()