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

/linux-master/fs/xfs/
H A 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);
92 void xfs_buf_cache_destroy(struct xfs_buf_cache *bch);
128 struct xfs_buf_cache bt_cache[];
H A Dxfs_buf.c26 struct kmem_cache *xfs_buf_cache; variable in typeref:struct:kmem_cache
231 bp = kmem_cache_zalloc(xfs_buf_cache,
259 kmem_cache_free(xfs_buf_cache, bp);
311 kmem_cache_free(xfs_buf_cache, bp);
517 struct xfs_buf_cache *bch)
525 struct xfs_buf_cache *bch)
590 struct xfs_buf_cache *bch,
624 struct xfs_buf_cache *bch,
701 static inline struct xfs_buf_cache *
724 struct xfs_buf_cache *bc
[all...]
H A Dxfs_super.c2045 xfs_buf_cache = kmem_cache_create("xfs_buf", sizeof(struct xfs_buf), 0,
2049 if (!xfs_buf_cache)
2233 kmem_cache_destroy(xfs_buf_cache);
2268 kmem_cache_destroy(xfs_buf_cache);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.h110 struct xfs_buf_cache pag_bcache;

Completed in 223 milliseconds