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");
717 /* We found an identical block in the cache. */
866 * Create a new entry in the extended attribute cache, and insert
867 * it unless such an entry is already in the cache.
872 ext2_xattr_cache_insert(struct mb_cache *cache, struct buffer_head *bh)
877 error = mb_cache_entry_create(cache, GFP_NOFS, hash, bh->b_blocknr,
881 ea_bdebug(bh, "already in cache");
1055 void ext2_xattr_destroy_cache(struct mb_cache *cache)
1057 if (cache)
1058 mb_cache_destroy(cache);