Searched refs:mb_cache_entry_put (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mbcache.c | 155 mb_cache_entry_put(cache, old_entry); in __entry_find() 249 mb_cache_entry_put(cache, entry); in mb_cache_entry_delete() 310 if (mb_cache_entry_put(cache, entry)) in mb_cache_shrink() 410 mb_cache_entry_put(cache, entry); in mb_cache_destroy()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mbcache.h | 33 static inline int mb_cache_entry_put(struct mb_cache *cache, in mb_cache_entry_put() function
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | xattr.c | 1270 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_release_block() 1467 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find() 1483 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find() 2016 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 2036 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set() 2144 mb_cache_entry_put(ea_block_cache, ce); in ext4_xattr_block_set()
|
| /OK3568_Linux_fs/kernel/fs/ext2/ |
| H A D | xattr.c | 968 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find() 982 mb_cache_entry_put(ea_block_cache, ce); in ext2_xattr_cache_find()
|