Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_super.c402 xfs_free_buftarg(mp->m_logdev_targp); in xfs_close_devices()
408 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_close_devices()
411 xfs_free_buftarg(mp->m_ddev_targp); in xfs_close_devices()
480 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_open_devices()
482 xfs_free_buftarg(mp->m_ddev_targp); in xfs_open_devices()
Dxfs_buf.h355 extern void xfs_free_buftarg(struct xfs_buftarg *);
Dxfs_buf.c1939 xfs_free_buftarg( in xfs_free_buftarg() function