xfs_alloc_buftarg  439 fs/xfs/linux-2.6/xfs_buf.h extern xfs_buftarg_t *xfs_alloc_buftarg(struct block_device *, int);
xfs_alloc_buftarg  740 fs/xfs/linux-2.6/xfs_super.c 	mp->m_ddev_targp = xfs_alloc_buftarg(ddev, 0);
xfs_alloc_buftarg  745 fs/xfs/linux-2.6/xfs_super.c 		mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev, 1);
xfs_alloc_buftarg  751 fs/xfs/linux-2.6/xfs_super.c 		mp->m_logdev_targp = xfs_alloc_buftarg(logdev, 1);