Searched refs:DM_EVENT_WRITE (Results 1 – 3 of 3) sorted by relevance
/fs/xfs/ |
D | xfs_dmapi.h | 51 DM_EVENT_WRITE = 17, enumerator 140 (1 << DM_EVENT_WRITE) | \
|
D | xfs_vnodeops.c | 2784 DM_EVENT_ENABLED(ip, DM_EVENT_WRITE)) { in xfs_alloc_file_space() 2790 error = XFS_SEND_DATA(mp, DM_EVENT_WRITE, ip, offset, in xfs_alloc_file_space() 3063 DM_EVENT_ENABLED(ip, DM_EVENT_WRITE)) { in xfs_free_file_space() 3066 error = XFS_SEND_DATA(mp, DM_EVENT_WRITE, ip, in xfs_free_file_space()
|
/fs/xfs/linux-2.6/ |
D | xfs_lrw.c | 329 if (DM_EVENT_ENABLED(ip, DM_EVENT_WRITE) && !(ioflags & IO_INVIS)) { in xfs_splice_write() 333 error = XFS_SEND_DATA(mp, DM_EVENT_WRITE, ip, *ppos, count, in xfs_splice_write() 619 if ((DM_EVENT_ENABLED(xip, DM_EVENT_WRITE) && in xfs_write() 627 error = XFS_SEND_DATA(xip->i_mount, DM_EVENT_WRITE, xip, in xfs_write()
|