Lines Matching defs:position
3281 char *value, size_t size, uint32_t position)
3288 static const unsigned int position = 0U;
3302 /* If the attribute is not a resource fork attribute and the position
3303 * parameter is non-zero, we return with EINVAL as requesting position
3305 if (position && strcmp(name, XATTR_RESOURCEFORK_NAME)) {
3415 rsize -= position;
3418 res = ntfs_attr_pread(na, position, rsize, value);
3437 uint32_t position)
3444 static const unsigned int position = 0U;
3461 /* If the attribute is not a resource fork attribute and the position
3462 * parameter is non-zero, we return with EINVAL as requesting position
3465 if (position && !is_resource_fork) {
3651 part = ntfs_attr_pwrite(na, position + total,