Lines Matching refs:oe
437 struct mb_cache_entry *oe; in ext4_evict_ea_inode() local
442 while ((oe = mb_cache_entry_delete_or_get(EA_INODE_CACHE(inode), in ext4_evict_ea_inode()
444 mb_cache_entry_wait_unused(oe); in ext4_evict_ea_inode()
445 mb_cache_entry_put(EA_INODE_CACHE(inode), oe); in ext4_evict_ea_inode()
1245 struct mb_cache_entry *oe; in ext4_xattr_release_block() local
1247 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext4_xattr_release_block()
1249 if (oe) { in ext4_xattr_release_block()
1251 mb_cache_entry_wait_unused(oe); in ext4_xattr_release_block()
1252 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_release_block()
1906 struct mb_cache_entry *oe; in ext4_xattr_block_set() local
1908 oe = mb_cache_entry_delete_or_get(ea_block_cache, in ext4_xattr_block_set()
1910 if (oe) { in ext4_xattr_block_set()
1915 mb_cache_entry_put(ea_block_cache, oe); in ext4_xattr_block_set()