Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_dmops.c31 xfs_dmops_t xfs_dmcore_stub = {
Dxfs_mount.h100 } xfs_dmops_t; typedef
Dxfs_vfsops.c456 mp->m_dm_ops = p ? *(xfs_dmops_t *) vfs_bhv_custom(p) : xfs_dmcore_stub; in xfs_mount()