Home
last modified time | relevance | path

Searched refs:c_entry_count (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/
Dmbcache.c197 atomic_dec(&cache->c_entry_count); in __mb_cache_entry_forget()
299 atomic_read(&cache->c_entry_count)); in mb_cache_shrink_count()
300 count += atomic_read(&cache->c_entry_count); in mb_cache_shrink_count()
342 atomic_set(&cache->c_entry_count, 0); in mb_cache_create()
478 if (atomic_read(&cache->c_entry_count) > 0) { in mb_cache_destroy()
481 atomic_read(&cache->c_entry_count)); in mb_cache_destroy()
506 if (atomic_read(&cache->c_entry_count) >= cache->c_max_entries) { in mb_cache_entry_alloc()
549 atomic_inc(&cache->c_entry_count); in mb_cache_entry_alloc()
/linux-4.1.27/include/linux/
Dmbcache.h26 atomic_t c_entry_count; member
/linux-4.1.27/fs/ext2/
Dxattr.c841 atomic_read(&ext2_xattr_cache->c_entry_count)); in ext2_xattr_cache_insert()
846 atomic_read(&ext2_xattr_cache->c_entry_count)); in ext2_xattr_cache_insert()