Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dxattr.c532 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_get() local
564 if (ea_inode_cache) in ext4_xattr_inode_get()
565 mb_cache_entry_create(ea_inode_cache, GFP_NOFS, in ext4_xattr_inode_get()
1530 struct mb_cache *ea_inode_cache = EA_INODE_CACHE(inode); in ext4_xattr_inode_cache_find() local
1533 if (!ea_inode_cache) in ext4_xattr_inode_cache_find()
1536 ce = mb_cache_entry_find_first(ea_inode_cache, hash); in ext4_xattr_inode_cache_find()
1545 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()
1560 mb_cache_entry_touch(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()
1561 mb_cache_entry_put(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()
1567 ce = mb_cache_entry_find_next(ea_inode_cache, ce); in ext4_xattr_inode_cache_find()