Home
last modified time | relevance | path

Searched refs:EA_INODE_CACHE (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ext4/
Dxattr.c114 #define EA_INODE_CACHE(inode) (((struct ext4_sb_info *) \ macro
457 if (!EA_INODE_CACHE(inode)) in ext4_evict_ea_inode()
460 while ((oe = mb_cache_entry_delete_or_get(EA_INODE_CACHE(inode), in ext4_evict_ea_inode()
463 mb_cache_entry_put(EA_INODE_CACHE(inode), oe); in ext4_evict_ea_inode()
499 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_get()
1507 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_cache_find()
1587 if (EA_INODE_CACHE(inode)) in ext4_xattr_inode_lookup_create()
1588 mb_cache_entry_create(EA_INODE_CACHE(inode), GFP_NOFS, hash, in ext4_xattr_inode_lookup_create()