Searched refs:attr_flags (Results 1 – 2 of 2) sorted by relevance
894 int attr_flags = 0; in xfs_ioc_space() local910 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() local1113 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()[all …]
4034 int attr_flags) in xfs_alloc_file_space() argument4089 (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()4197 if (error == ENOSPC && (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()4303 int attr_flags) in xfs_free_file_space() argument4323 int need_iolock = (attr_flags & ATTR_DMI) == 0; in xfs_free_file_space()4340 (attr_flags & ATTR_DMI) == 0 && in xfs_free_file_space()4346 AT_DELAY_FLAG(attr_flags), NULL); in xfs_free_file_space()4507 int attr_flags) in xfs_change_file_space() argument4585 1, attr_flags); in xfs_change_file_space()4594 attr_flags))) in xfs_change_file_space()[all …]