Lines Matching refs:attr_flags
894 int attr_flags = 0; in xfs_ioc_space() local
910 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_space()
912 attr_flags |= ATTR_DMI; in xfs_ioc_space()
915 NULL, attr_flags); in xfs_ioc_space()
1090 int attr_flags; in xfs_ioc_xattr() local
1113 attr_flags = 0; in xfs_ioc_xattr()
1115 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1121 VOP_SETATTR(vp, &va, attr_flags, NULL, error); in xfs_ioc_xattr()
1158 attr_flags = 0; in xfs_ioc_xattr()
1160 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1166 VOP_SETATTR(vp, &va, attr_flags, NULL, error); in xfs_ioc_xattr()