Searched refs:xfs_alloc_buftarg (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.h | 347 extern xfs_buftarg_t *xfs_alloc_buftarg(struct xfs_mount *,
|
H A D | xfs_super.c | 422 mp->m_ddev_targp = xfs_alloc_buftarg(mp, ddev, dax_ddev); in xfs_open_devices() 427 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev, dax_rtdev); in xfs_open_devices() 433 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev, dax_logdev); in xfs_open_devices()
|
H A D | xfs_buf.c | 1993 xfs_alloc_buftarg( in xfs_alloc_buftarg() function
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.h | 366 struct xfs_buftarg *xfs_alloc_buftarg(struct xfs_mount *mp,
|
H A D | xfs_super.c | 471 mp->m_ddev_targp = xfs_alloc_buftarg(mp, ddev); in xfs_open_devices() 476 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev); in xfs_open_devices() 482 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev); in xfs_open_devices()
|
H A D | xfs_buf.c | 2000 xfs_alloc_buftarg( in xfs_alloc_buftarg() function
|
Completed in 15 milliseconds