Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dmbcache.c125 atomic_dec(&cache->c_entry_count); in __mb_cache_entry_forget()
185 atomic_read(&cache->c_entry_count)); in mb_cache_shrink_fn()
186 count += atomic_read(&cache->c_entry_count); in mb_cache_shrink_fn()
217 atomic_set(&cache->c_entry_count, 0); in mb_cache_create()
320 if (atomic_read(&cache->c_entry_count) > 0) { in mb_cache_destroy()
323 atomic_read(&cache->c_entry_count)); in mb_cache_destroy()
346 if (atomic_read(&cache->c_entry_count) >= cache->c_max_entries) { in mb_cache_entry_alloc()
360 atomic_inc(&cache->c_entry_count); in mb_cache_entry_alloc()
/linux-3.4.99/include/linux/
Dmbcache.h24 atomic_t c_entry_count; member
/linux-3.4.99/fs/ext2/
Dxattr.c842 atomic_read(&ext2_xattr_cache->c_entry_count)); in ext2_xattr_cache_insert()
847 atomic_read(&ext2_xattr_cache->c_entry_count)); in ext2_xattr_cache_insert()