Searched refs:XFS_ATTR_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
/fs/xfs/ | ||
D | xfs_vnodeops.h | 18 #define XFS_ATTR_NONBLOCK 0x02 /* return EAGAIN if operation would block */ macro |
D | xfs_ioctl.c | 628 attr_flags |= XFS_ATTR_NONBLOCK; in xfs_ioc_space() |