Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf.h18 extern struct kmem_cache *xfs_buf_cache;
86 struct xfs_buf_cache { struct
91 int xfs_buf_cache_init(struct xfs_buf_cache *bch); argument
92 void xfs_buf_cache_destroy(struct xfs_buf_cache *bch);
128 struct xfs_buf_cache bt_cache[];
Dxfs_buf.c26 struct kmem_cache *xfs_buf_cache; variable
231 bp = kmem_cache_zalloc(xfs_buf_cache, in _xfs_buf_alloc()
259 kmem_cache_free(xfs_buf_cache, bp); in _xfs_buf_alloc()
311 kmem_cache_free(xfs_buf_cache, bp); in xfs_buf_free_callback()
520 struct xfs_buf_cache *bch) in xfs_buf_cache_init()
528 struct xfs_buf_cache *bch) in xfs_buf_cache_destroy()
593 struct xfs_buf_cache *bch, in xfs_buf_lookup()
627 struct xfs_buf_cache *bch, in xfs_buf_find_insert()
704 static inline struct xfs_buf_cache *
727 struct xfs_buf_cache *bch; in xfs_buf_get_map()
[all …]
Dxfs_super.c2075 xfs_buf_cache = kmem_cache_create("xfs_buf", sizeof(struct xfs_buf), 0, in xfs_init_caches()
2079 if (!xfs_buf_cache) in xfs_init_caches()
2287 kmem_cache_destroy(xfs_buf_cache); in xfs_init_caches()
2325 kmem_cache_destroy(xfs_buf_cache); in xfs_destroy_caches()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.h107 struct xfs_buf_cache pag_bcache;