Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.h107 struct xfs_buf_cache pag_bcache; member
Dxfs_ag.c207 xfs_buf_cache_destroy(&pag->pag_bcache); in xfs_free_perag_range()
335 error = xfs_buf_cache_init(&pag->pag_bcache); in xfs_initialize_perag()
/linux-6.12.1/fs/xfs/
Dxfs_buf.c710 return &pag->pag_bcache; in xfs_buftarg_buf_cache()