Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_buf.h353 struct xfs_buftarg *xfs_alloc_buftarg(struct xfs_mount *mp,
Dxfs_super.c458 mp->m_ddev_targp = xfs_alloc_buftarg(mp, ddev); in xfs_open_devices()
463 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev); in xfs_open_devices()
469 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev); in xfs_open_devices()
Dxfs_buf.c1990 xfs_alloc_buftarg( in xfs_alloc_buftarg() function