Searched refs:DM_EVENT_READ (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_dmapi.h | 64 DM_EVENT_READ = 16, enumerator 155 (1 << DM_EVENT_READ) | \
|
D | xfs_bmap.c | 5551 && 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/ |
D | xfs_lrw.c | 312 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()
|