Lines Matching refs:attr_flags
1028 int attr_flags = 0; in xfs_ioc_space() local
1047 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_space()
1050 attr_flags |= ATTR_DMI; in xfs_ioc_space()
1054 NULL, attr_flags); in xfs_ioc_space()
1236 int attr_flags; in xfs_ioc_xattr() local
1240 attr_flags = 0; in xfs_ioc_xattr()
1273 attr_flags = 0; in xfs_ioc_xattr()
1276 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1284 XVOP_SETATTR(vp, vattr, attr_flags, NULL, error); in xfs_ioc_xattr()
1333 attr_flags = 0; in xfs_ioc_xattr()
1335 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1342 XVOP_SETATTR(vp, vattr, attr_flags, NULL, error); in xfs_ioc_xattr()