Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_dmapi.h197 #define AT_DELAY_FLAG(f) ((f&ATTR_NONBLOCK) ? DM_FLAGS_NDELAY : 0)
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c910 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()
Dxfs_vnode.h629 #define ATTR_NONBLOCK 0x100 /* return EAGAIN if operation would block */ macro