ea_block_cache    204 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache    252 fs/ext2/xattr.c 	if (ext2_xattr_cache_insert(ea_block_cache, bh))
ea_block_cache    258 fs/ext2/xattr.c 	if (ext2_xattr_cache_insert(ea_block_cache, bh))
ea_block_cache    296 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache    330 fs/ext2/xattr.c 	if (ext2_xattr_cache_insert(ea_block_cache, bh))
ea_block_cache    660 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache    688 fs/ext2/xattr.c 			ext2_xattr_cache_insert(ea_block_cache, new_bh);
ea_block_cache    709 fs/ext2/xattr.c 			ext2_xattr_cache_insert(ea_block_cache, new_bh);
ea_block_cache    754 fs/ext2/xattr.c 			mb_cache_entry_delete(ea_block_cache, hash,
ea_block_cache    929 fs/ext2/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache    935 fs/ext2/xattr.c 	ce = mb_cache_entry_find_first(ea_block_cache, hash);
ea_block_cache    956 fs/ext2/xattr.c 				mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache    969 fs/ext2/xattr.c 				mb_cache_entry_touch(ea_block_cache, ce);
ea_block_cache    970 fs/ext2/xattr.c 				mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache    976 fs/ext2/xattr.c 		ce = mb_cache_entry_find_next(ea_block_cache, ce);
ea_block_cache    520 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache    537 fs/ext4/xattr.c 	ext4_xattr_block_cache_insert(ea_block_cache, bh);
ea_block_cache   1243 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache   1261 fs/ext4/xattr.c 		if (ea_block_cache)
ea_block_cache   1262 fs/ext4/xattr.c 			mb_cache_entry_delete(ea_block_cache, hash,
ea_block_cache   1283 fs/ext4/xattr.c 			if (ea_block_cache) {
ea_block_cache   1284 fs/ext4/xattr.c 				ce = mb_cache_entry_get(ea_block_cache, hash,
ea_block_cache   1288 fs/ext4/xattr.c 					mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache   1856 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache   1879 fs/ext4/xattr.c 			if (ea_block_cache)
ea_block_cache   1880 fs/ext4/xattr.c 				mb_cache_entry_delete(ea_block_cache, hash,
ea_block_cache   2027 fs/ext4/xattr.c 					mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache   2046 fs/ext4/xattr.c 			mb_cache_entry_touch(ea_block_cache, ce);
ea_block_cache   2047 fs/ext4/xattr.c 			mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache   2052 fs/ext4/xattr.c 			ext4_xattr_block_cache_insert(ea_block_cache, bs->bh);
ea_block_cache   2114 fs/ext4/xattr.c 			ext4_xattr_block_cache_insert(ea_block_cache, new_bh);
ea_block_cache   2155 fs/ext4/xattr.c 		mb_cache_entry_put(ea_block_cache, ce);
ea_block_cache   2974 fs/ext4/xattr.c ext4_xattr_block_cache_insert(struct mb_cache *ea_block_cache,
ea_block_cache   2983 fs/ext4/xattr.c 	if (!ea_block_cache)
ea_block_cache   2985 fs/ext4/xattr.c 	error = mb_cache_entry_create(ea_block_cache, GFP_NOFS, hash,
ea_block_cache   3049 fs/ext4/xattr.c 	struct mb_cache *ea_block_cache = EA_BLOCK_CACHE(inode);
ea_block_cache   3051 fs/ext4/xattr.c 	if (!ea_block_cache)
ea_block_cache   3056 fs/ext4/xattr.c 	ce = mb_cache_entry_find_first(ea_block_cache, hash);
ea_block_cache   3072 fs/ext4/xattr.c 		ce = mb_cache_entry_find_next(ea_block_cache, ce);