Lines Matching defs:allowed
527 ntfs_log_perror("Compressed inode %lld not allowed"
3944 * the ntfs volume @vol is allowed to be non-resident. This information is
3948 * Return 0 if the attribute is allowed to be non-resident and -1 if not or an
3951 * EPERM - The attribute is not allowed to be non-resident.
3959 BOOL allowed;
3973 allowed = FALSE;
3980 allowed = !(ad->flags & ATTR_DEF_RESIDENT);
3982 if (!allowed) {
3995 * Check whether the attribute of @type on the ntfs volume @vol is allowed to
4001 * Return 0 if the attribute is allowed to be resident and -1 if not or an
4004 * EPERM - The attribute is not allowed to be resident.
5095 * EPERM - The attribute is not allowed to be non-resident.
5125 /* Check that the attribute is allowed to be non-resident. */
5382 * so size changes are not allowed.
5599 * EPERM - The attribute is not allowed to be resident.
5640 /* Check that the attribute is allowed to be resident. */