Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
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()
Dxfs_buf.h128 struct xfs_buf_cache bt_cache[]; member
Dxfs_buf.c711 return btp->bt_cache; in xfs_buftarg_buf_cache()