Searched refs:ATTR_NONBLOCK (Results 1 – 3 of 3) sorted by relevance
197 #define AT_DELAY_FLAG(f) ((f&ATTR_NONBLOCK) ? DM_FLAGS_NDELAY : 0)
910 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_space()1115 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()1160 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
629 #define ATTR_NONBLOCK 0x100 /* return EAGAIN if operation would block */ macro