Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_super.c496 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_open_devices()
498 xfs_free_buftarg(mp->m_ddev_targp); in xfs_open_devices()
760 xfs_free_buftarg(mp->m_logdev_targp); in xfs_mount_free()
762 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_mount_free()
764 xfs_free_buftarg(mp->m_ddev_targp); in xfs_mount_free()
Dxfs_buf.h368 extern void xfs_free_buftarg(struct xfs_buftarg *);
Dxfs_buf.c1945 xfs_free_buftarg( in xfs_free_buftarg() function