Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag.c116 xfs_buf_cache_destroy(&pag->pag_bcache); in xfs_perag_uninit()
238 error = xfs_buf_cache_init(&pag->pag_bcache); in xfs_perag_alloc()
258 xfs_buf_cache_destroy(&pag->pag_bcache); in xfs_perag_alloc()
H A Dxfs_ag.h88 struct xfs_buf_cache pag_bcache; member
/linux/fs/xfs/
H A Dxfs_buf.c649 return &pag->pag_bcache; in xfs_buftarg_buf_cache()