Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf.h380 struct xfs_buftarg *xfs_alloc_buftarg(struct xfs_mount *mp,
H A Dxfs_super.c472 mp->m_ddev_targp = xfs_alloc_buftarg(mp, sb->s_bdev_file); in xfs_open_devices()
477 mp->m_rtdev_targp = xfs_alloc_buftarg(mp, rtdev_file); in xfs_open_devices()
483 mp->m_logdev_targp = xfs_alloc_buftarg(mp, logdev_file); in xfs_open_devices()
H A Dxfs_buf.c2099 xfs_alloc_buftarg( in xfs_alloc_buftarg() function