Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dmapi.h55 DM_EVENT_NOSPACE = 21, enumerator
82 (1 << DM_EVENT_NOSPACE) | \
128 (1 << DM_EVENT_NOSPACE) | \
Dxfs_vnodeops.c2898 DM_EVENT_ENABLED(ip, DM_EVENT_NOSPACE)) { in xfs_alloc_file_space()
2899 error = XFS_SEND_NAMESP(mp, DM_EVENT_NOSPACE, in xfs_alloc_file_space()
/fs/xfs/linux-2.6/
Dxfs_lrw.c777 DM_EVENT_ENABLED(xip, DM_EVENT_NOSPACE) && !(ioflags & IO_INVIS)) { in xfs_write()
781 error = XFS_SEND_NAMESP(xip->i_mount, DM_EVENT_NOSPACE, xip, in xfs_write()