Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_super.c694 xfs_free_buftarg(mp, mp->m_logdev_targp); in xfs_close_devices()
699 xfs_free_buftarg(mp, mp->m_rtdev_targp); in xfs_close_devices()
702 xfs_free_buftarg(mp, mp->m_ddev_targp); in xfs_close_devices()
771 xfs_free_buftarg(mp, mp->m_rtdev_targp); in xfs_open_devices()
773 xfs_free_buftarg(mp, mp->m_ddev_targp); in xfs_open_devices()
Dxfs_buf.h388 extern void xfs_free_buftarg(struct xfs_mount *, struct xfs_buftarg *);
Dxfs_buf.c1629 xfs_free_buftarg( in xfs_free_buftarg() function