Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dmapi.h52 DM_EVENT_TRUNCATE = 18, enumerator
141 (1 << DM_EVENT_TRUNCATE) | \
Dxfs_vnodeops.c148 if (DM_EVENT_ENABLED(ip, DM_EVENT_TRUNCATE) && in xfs_setattr()
151 code = XFS_SEND_DATA(mp, DM_EVENT_TRUNCATE, ip, in xfs_setattr()