Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dmapi.h64 DM_EVENT_READ = 16, enumerator
155 (1 << DM_EVENT_READ) | \
Dxfs_bmap.c5551 && DM_EVENT_ENABLED(vp->v_vfsp, ip, DM_EVENT_READ) in xfs_getbmap()
5554 error = XFS_SEND_DATA(mp, DM_EVENT_READ, vp, 0, 0, 0, NULL); in xfs_getbmap()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_lrw.c312 if (DM_EVENT_ENABLED(BHV_TO_VNODE(bdp)->v_vfsp, ip, DM_EVENT_READ) && in xfs_read()
318 error = XFS_SEND_DATA(mp, DM_EVENT_READ, BHV_TO_VNODE(bdp), *offset, size, in xfs_read()