Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_inode_fork.h251 extern struct kmem_cache *xfs_ifork_cache;
A Dxfs_inode_fork.c29 struct kmem_cache *xfs_ifork_cache; variable
677 ip->i_cowfp = kmem_cache_zalloc(xfs_ifork_cache, in xfs_ifork_init_cow()
/linux-6.3-rc2/fs/xfs/
A Dxfs_super.c2015 xfs_ifork_cache = kmem_cache_create("xfs_ifork", in xfs_init_caches()
2018 if (!xfs_ifork_cache) in xfs_init_caches()
2160 kmem_cache_destroy(xfs_ifork_cache); in xfs_init_caches()
2199 kmem_cache_destroy(xfs_ifork_cache); in xfs_destroy_caches()
A Dxfs_icache.c140 kmem_cache_free(xfs_ifork_cache, ip->i_cowfp); in xfs_inode_free_callback()

Completed in 12 milliseconds