attr_create
return attr_create(fd, userPath ? path : NULL, name, type, openMode,
return attr_create(fd, pathBuffer.LockBuffer(), name, type, openMode,
int attr = attr_create(fd, NULL, attribute, type,
return attr_create(fd, name, type, openMode, true);