Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_vfsops.c471 mp->m_ddev_targp = xfs_alloc_buftarg(ddev); in xfs_mount()
478 mp->m_rtdev_targp = xfs_alloc_buftarg(rtdev); in xfs_mount()
483 xfs_alloc_buftarg(logdev) : mp->m_ddev_targp; in xfs_mount()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.h618 extern xfs_buftarg_t *xfs_alloc_buftarg(struct block_device *);
Dxfs_buf.c1535 xfs_alloc_buftarg( in xfs_alloc_buftarg() function