Home
last modified time | relevance | path

Searched refs:DM_EVENT_UNMOUNT (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dmapi.h51 DM_EVENT_UNMOUNT = 3, enumerator
97 (1 << DM_EVENT_UNMOUNT) | \
143 (1 << DM_EVENT_UNMOUNT) | \
Dxfs_vfsops.c565 unmount_event_flags = (mp->m_dmevmask & (1<<DM_EVENT_UNMOUNT))? in xfs_unmount()