Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h18 extern struct kmem_cache *xfs_buf_cache;
79 struct xfs_buf_cache { struct
83 int xfs_buf_cache_init(struct xfs_buf_cache *bch); argument
84 void xfs_buf_cache_destroy(struct xfs_buf_cache *bch);
124 struct xfs_buf_cache bt_cache[];
H A Dxfs_buf.c27 struct kmem_cache *xfs_buf_cache; variable
155 bp = kmem_cache_zalloc(xfs_buf_cache, in _xfs_buf_alloc()
185 kmem_cache_free(xfs_buf_cache, bp); in _xfs_buf_alloc()
237 kmem_cache_free(xfs_buf_cache, bp); in xfs_buf_free_callback()
446 struct xfs_buf_cache *bch) in xfs_buf_cache_init()
453 struct xfs_buf_cache *bch) in xfs_buf_cache_destroy()
532 struct xfs_buf_cache *bch, in xfs_buf_lookup()
566 struct xfs_buf_cache *bch, in xfs_buf_find_insert()
643 static inline struct xfs_buf_cache *
666 struct xfs_buf_cache *bch; in xfs_buf_get_map()
[all …]
H A Dxfs_super.c2134 xfs_buf_cache = kmem_cache_create("xfs_buf", sizeof(struct xfs_buf), 0, in xfs_init_caches()
2138 if (!xfs_buf_cache) in xfs_init_caches()
2346 kmem_cache_destroy(xfs_buf_cache); in xfs_init_caches()
2384 kmem_cache_destroy(xfs_buf_cache); in xfs_destroy_caches()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.h88 struct xfs_buf_cache pag_bcache;