Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_super.c497 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_open_devices()
499 xfs_free_buftarg(mp->m_ddev_targp); in xfs_open_devices()
755 xfs_free_buftarg(mp->m_logdev_targp); in xfs_mount_free()
757 xfs_free_buftarg(mp->m_rtdev_targp); in xfs_mount_free()
759 xfs_free_buftarg(mp->m_ddev_targp); in xfs_mount_free()
Dxfs_buf.h382 extern void xfs_free_buftarg(struct xfs_buftarg *);
Dxfs_buf.c2029 xfs_free_buftarg( in xfs_free_buftarg() function