ea_inode_cache    469 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
ea_inode_cache    501 fs/ext4/xattr.c 		if (ea_inode_cache)
ea_inode_cache    502 fs/ext4/xattr.c 			mb_cache_entry_create(ea_inode_cache, GFP_NOFS,
ea_inode_cache   1022 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(ea_inode);
ea_inode_cache   1049 fs/ext4/xattr.c 			if (ea_inode_cache) {
ea_inode_cache   1051 fs/ext4/xattr.c 				mb_cache_entry_create(ea_inode_cache,
ea_inode_cache   1069 fs/ext4/xattr.c 			if (ea_inode_cache) {
ea_inode_cache   1071 fs/ext4/xattr.c 				mb_cache_entry_delete(ea_inode_cache, hash,
ea_inode_cache   1469 fs/ext4/xattr.c 	struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode);
ea_inode_cache   1472 fs/ext4/xattr.c 	if (!ea_inode_cache)
ea_inode_cache   1475 fs/ext4/xattr.c 	ce = mb_cache_entry_find_first(ea_inode_cache, hash);
ea_inode_cache   1481 fs/ext4/xattr.c 		mb_cache_entry_put(ea_inode_cache, ce);
ea_inode_cache   1496 fs/ext4/xattr.c 			mb_cache_entry_touch(ea_inode_cache, ce);
ea_inode_cache   1497 fs/ext4/xattr.c 			mb_cache_entry_put(ea_inode_cache, ce);
ea_inode_cache   1504 fs/ext4/xattr.c 		ce = mb_cache_entry_find_next(ea_inode_cache, ce);