Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/
H A Dxfs_buf_mem.c61 btp = kzalloc(struct_size(btp, bt_cache, 1), GFP_KERNEL); in xmbuf_alloc()
84 error = xfs_buf_cache_init(btp->bt_cache); in xmbuf_alloc()
106 xfs_buf_cache_destroy(btp->bt_cache); in xmbuf_alloc()
125 xfs_buf_cache_destroy(btp->bt_cache); in xmbuf_free()
H A Dxfs_buf.h120 struct xfs_buf_cache bt_cache[]; member
H A Dxfs_buf.c562 return btp->bt_cache; in xfs_buftarg_buf_cache()