Lines Matching defs:cache
20 * are automatically detected by keeping a cache of recent attribute block
253 ea_idebug(inode, "cache insert failed");
259 ea_idebug(inode, "cache insert failed");
331 ea_idebug(inode, "cache insert failed");
669 /* We found an identical block in the cache. */
865 * Create a new entry in the extended attribute cache, and insert
866 * it unless such an entry is already in the cache.
871 ext2_xattr_cache_insert(struct mb_cache *cache, struct buffer_head *bh)
876 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr,
880 ea_bdebug(bh, "already in cache");
1068 void ext2_xattr_destroy_cache(struct mb_cache *cache)
1070 if (cache)
1071 mb_cache_destroy(cache);